Home
last modified time | relevance | path

Searched refs:notificationEmitter (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.js14 const notificationEmitter = new EventEmitter(NotificationsHandlerModule); constant
55 …handleSubscription = notificationEmitter.addListener(handleNotificationEventName, async ({ id, not…
69 …handleTimeoutSubscription = notificationEmitter.addListener(handleNotificationTimeoutEventName, ({…
H A DNotificationsHandler.js.map1notificationEmitter = new EventEmitter(NotificationsHandlerModule);\n\nconst handleNotificationEve…
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts48 const notificationEmitter = new EventEmitter(NotificationsHandlerModule); constant
93 handleSubscription = notificationEmitter.addListener<HandleNotificationEvent>(
114 handleTimeoutSubscription = notificationEmitter.addListener<HandleNotificationTimeoutEvent>(