MCPcopy Index your code
hub / github.com/NativeScript/firebase / onMessage

Method onMessage

packages/firebase-messaging/index.d.ts:69–69  ·  view source on GitHub ↗
(listener: (message: RemoteMessage) => any)

Source from the content-addressed store, hash-verified

67 hasPermission(): Promise<AuthorizationStatus>;
68
69 onMessage(listener: (message: RemoteMessage) => any);
70
71 onNotificationTap(listener: (message: RemoteMessage) => any);
72

Callers 3

app.tsFile · 0.65
app.tsFile · 0.65
constructorMethod · 0.65

Implementers 3

Messagingpackages/firebase-messaging/index.andr
Messagingpackages/firebase-messaging/index.ios.
Messagingpackages/firebase-messaging/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected