| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ScopedNotificationsUtils.kt | 15 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 D | ScopedNotificationsEmitter.kt | 14 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 20 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedNotificationsHandler.kt | 15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedNotificationScheduler.kt | 41 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 D | ScopedExpoNotificationPresentationModule.kt | 36 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 D | ScopedNotificationsEmitter.kt | 14 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 20 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedNotificationsHandler.kt | 15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedExpoNotificationPresentationModule.kt | 36 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 D | ScopedNotificationScheduler.kt | 41 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 D | ScopedNotificationsEmitter.kt | 14 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 20 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedNotificationsHandler.kt | 15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedNotificationScheduler.kt | 41 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 D | ScopedExpoNotificationPresentationModule.kt | 36 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 D | ScopedNotificationsHandler.kt | 15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedNotificationsEmitter.kt | 15 if (scopedNotificationsUtils.shouldHandleNotification(notification, experienceKey)) { in onNotificationReceived() 21 …return if (scopedNotificationsUtils.shouldHandleNotification(response.notification, experienceKey)… in onNotificationResponseReceived()
|
| H A D | ScopedExpoNotificationPresentationModule.kt | 33 .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 D | ScopedNotificationScheduler.kt | 39 .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>()
|