MCPcopy Create free account
hub / github.com/CommE2E/comm / getCommAndroidNotificationsEventEmitter

Function getCommAndroidNotificationsEventEmitter

native/push/android.js:79–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79function getCommAndroidNotificationsEventEmitter(): NativeEventEmitter<{
80 commAndroidNotificationsToken: [string],
81 commAndroidNotificationsMessage: [AndroidMessage],
82 commAndroidNotificationsNotificationOpened: [string],
83}> {
84 return new NativeEventEmitter(CommAndroidNotificationsEventEmitter);
85}
86
87export {
88 parseAndroidMessage,

Callers 1

componentDidMountMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected