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