MCPcopy Create free account
hub / github.com/NativeScript/firebase / onNotificationTap

Method onNotificationTap

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

Source from the content-addressed store, hash-verified

69 onMessage(listener: (message: RemoteMessage) => any);
70
71 onNotificationTap(listener: (message: RemoteMessage) => any);
72
73 onToken(listener: (token: string) => any);
74

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