Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.js17 let handleSubscription = null; variable
46 if (handleSubscription) {
47 handleSubscription.remove();
48 handleSubscription = null;
55handleSubscription = notificationEmitter.addListener(handleNotificationEventName, async ({ id, not…
H A DNotificationsHandler.js.map1handleSubscription: Subscription | null = null;\nlet handleTimeoutSubscription: Subscription | nul…
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts53 let handleSubscription: Subscription | null = null; variable
83 if (handleSubscription) {
84 handleSubscription.remove();
85 handleSubscription = null;
93 handleSubscription = notificationEmitter.addListener<HandleNotificationEvent>(