Home
last modified time | relevance | path

Searched refs:shouldHandleNotification (Results 1 – 17 of 17) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedNotificationsUtils.kt15 fun shouldHandleNotification(notification: Notification, experienceKey: ExperienceKey): Boolean { in shouldHandleNotification() method
16 return shouldHandleNotification(notification.notificationRequest, experienceKey) in shouldHandleNotification()
19 fun shouldHandleNotification( in shouldHandleNotification() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsEmitter.kt14 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
20 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedNotificationsHandler.kt15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedNotificationScheduler.kt41 if (scopedNotificationsUtils.shouldHandleNotification(request, experienceKey)) { in serializeScheduledNotificationRequests()
61 …if (request == null || !scopedNotificationsUtils.shouldHandleNotification(request, experienceKey))… in cancelScheduledNotificationAsync()
97 if (scopedNotificationsUtils.shouldHandleNotification(request, experienceKey)) { in cancelAllScheduledNotificationsAsync()
H A DScopedExpoNotificationPresentationModule.kt36 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in serializeNotifications()
54 …if (notification == null || !scopedNotificationsUtils.shouldHandleNotification(notification, exper… in dismissNotificationAsync()
85 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in dismissAllNotificationsAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsEmitter.kt14 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
20 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedNotificationsHandler.kt15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedExpoNotificationPresentationModule.kt36 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in serializeNotifications()
54 …if (notification == null || !scopedNotificationsUtils.shouldHandleNotification(notification, exper… in dismissNotificationAsync()
85 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in dismissAllNotificationsAsync()
H A DScopedNotificationScheduler.kt41 if (scopedNotificationsUtils.shouldHandleNotification(request, experienceKey)) { in serializeScheduledNotificationRequests()
61 …if (request == null || !scopedNotificationsUtils.shouldHandleNotification(request, experienceKey))… in cancelScheduledNotificationAsync()
97 if (scopedNotificationsUtils.shouldHandleNotification(request, experienceKey)) { in cancelAllScheduledNotificationsAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsEmitter.kt14 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
20 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedNotificationsHandler.kt15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedNotificationScheduler.kt41 if (scopedNotificationsUtils.shouldHandleNotification(request, experienceKey)) { in serializeScheduledNotificationRequests()
61 …if (request == null || !scopedNotificationsUtils.shouldHandleNotification(request, experienceKey))… in cancelScheduledNotificationAsync()
97 if (scopedNotificationsUtils.shouldHandleNotification(request, experienceKey)) { in cancelAllScheduledNotificationsAsync()
H A DScopedExpoNotificationPresentationModule.kt36 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in serializeNotifications()
54 …if (notification == null || !scopedNotificationsUtils.shouldHandleNotification(notification, exper… in dismissNotificationAsync()
85 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in dismissAllNotificationsAsync()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsHandler.kt15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedNotificationsEmitter.kt15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived()
21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
H A DScopedExpoNotificationPresentationModule.kt33 .filter { scopedNotificationsUtils.shouldHandleNotification(it, experienceKey) } in <lambda>()
46 …if (notification == null || !scopedNotificationsUtils.shouldHandleNotification(notification, exper… in <lambda>()
72 .filter { scopedNotificationsUtils.shouldHandleNotification(it, experienceKey) } in <lambda>()
H A DScopedNotificationScheduler.kt39 .filter { scopedNotificationsUtils.shouldHandleNotification(it, experienceKey) } in <lambda>()
53 …if (request == null || !scopedNotificationsUtils.shouldHandleNotification(request, experienceKey))… in <lambda>()
85 if (scopedNotificationsUtils.shouldHandleNotification(request, experienceKey)) { in <lambda>()