Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.js18 let handleTimeoutSubscription = null; variable
50 if (handleTimeoutSubscription) {
51 handleTimeoutSubscription.remove();
52 handleTimeoutSubscription = null;
69handleTimeoutSubscription = notificationEmitter.addListener(handleNotificationTimeoutEventName, ({…
H A DNotificationsHandler.js.map1handleTimeoutSubscription: Subscription | null = null;\n\n/**\n * When a notification is received …
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts54 let handleTimeoutSubscription: Subscription | null = null; variable
87 if (handleTimeoutSubscription) {
88 handleTimeoutSubscription.remove();
89 handleTimeoutSubscription = null;
114 handleTimeoutSubscription = notificationEmitter.addListener<HandleNotificationTimeoutEvent>(