| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ScopedNotificationsUtils.kt | 16 return shouldHandleNotification(notification.notificationRequest, experienceKey) in shouldHandleNotification() 20 notificationRequest: NotificationRequest, in shouldHandleNotification() 24 if (notificationRequest is ScopedNotificationRequest) { in shouldHandleNotification() 25 return notificationRequest.checkIfBelongsToExperience(experienceKey) in shouldHandleNotification() 29 …Notification = ExpoPresentationDelegate.parseNotificationIdentifier(notificationRequest.identifier) in shouldHandleNotification() 52 val notificationRequest = notificationResponse.notification.notificationRequest in getExperienceScopeKey() constant 53 if (notificationRequest is ScopedNotificationRequest) { in getExperienceScopeKey() 54 return notificationRequest.experienceScopeKeyString in getExperienceScopeKey()
|
| H A D | ScopedCategoryAwareNotificationBuilder.kt | 18 val requester = notification.notificationRequest in addActionsToBuilder()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationsStore.kt | 71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>() 74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>() 75 notificationRequest.encodedInBase64() in <lambda>()
|
| H A D | ExpoPresentationDelegate.kt | 92 notification.notificationRequest.content.sound ?: Settings.System.DEFAULT_NOTIFICATION_URI in <lambda>() 98 notification.notificationRequest.identifier, in <lambda>() 99 getNotifyId(notification.notificationRequest), in <lambda>() 128 …istingNotification = this.getAllPresentedNotifications().find { it.notificationRequest.identifier … in <lambda>() 129 …agerCompat.from(context).cancel(identifier, getNotifyId(existingNotification?.notificationRequest)) in <lambda>()
|
| H A D | ExpoSchedulingDelegate.kt | 69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>() constant 70 NotificationsService.receive(context, Notification(notificationRequest)) in <lambda>() 71 NotificationsService.schedule(context, notificationRequest) in <lambda>()
|
| H A D | ExpoHandlingDelegate.kt | 124 …return !(notificationRequest.content.title.isNullOrEmpty() && notificationRequest.content.text.isN… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationsStore.kt | 71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>() 74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>() 75 notificationRequest.encodedInBase64() in <lambda>()
|
| H A D | ExpoPresentationDelegate.kt | 93 notification.notificationRequest.content.sound ?: Settings.System.DEFAULT_NOTIFICATION_URI in <lambda>() 99 notification.notificationRequest.identifier, in <lambda>() 100 getNotifyId(notification.notificationRequest), in <lambda>() 134 …istingNotification = this.getAllPresentedNotifications().find { it.notificationRequest.identifier … in <lambda>() 135 …agerCompat.from(context).cancel(identifier, getNotifyId(existingNotification?.notificationRequest)) in <lambda>()
|
| H A D | ExpoSchedulingDelegate.kt | 69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>() constant 70 NotificationsService.receive(context, Notification(notificationRequest)) in <lambda>() 71 NotificationsService.schedule(context, notificationRequest) in <lambda>()
|
| H A D | ExpoHandlingDelegate.kt | 124 …return !(notificationRequest.content.title.isNullOrEmpty() && notificationRequest.content.text.isN… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationsStore.kt | 71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>() 74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>() 75 notificationRequest.encodedInBase64() in <lambda>()
|
| H A D | ExpoPresentationDelegate.kt | 93 notification.notificationRequest.content.sound ?: Settings.System.DEFAULT_NOTIFICATION_URI in <lambda>() 99 notification.notificationRequest.identifier, in <lambda>() 100 getNotifyId(notification.notificationRequest), in <lambda>() 134 …istingNotification = this.getAllPresentedNotifications().find { it.notificationRequest.identifier … in <lambda>() 135 …agerCompat.from(context).cancel(identifier, getNotifyId(existingNotification?.notificationRequest)) in <lambda>()
|
| H A D | ExpoSchedulingDelegate.kt | 69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>() constant 70 NotificationsService.receive(context, Notification(notificationRequest)) in <lambda>() 71 NotificationsService.schedule(context, notificationRequest) in <lambda>()
|
| H A D | ExpoHandlingDelegate.kt | 124 …return !(notificationRequest.content.title.isNullOrEmpty() && notificationRequest.content.text.isN… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationsStore.kt | 71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>() 74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>() 75 notificationRequest.encodedInBase64() in <lambda>()
|
| H A D | ExpoPresentationDelegate.kt | 93 notification.notificationRequest.content.sound ?: Settings.System.DEFAULT_NOTIFICATION_URI in <lambda>() 99 notification.notificationRequest.identifier, in <lambda>() 100 getNotifyId(notification.notificationRequest), in <lambda>() 134 …istingNotification = this.getAllPresentedNotifications().find { it.notificationRequest.identifier … in <lambda>() 135 …agerCompat.from(context).cancel(identifier, getNotifyId(existingNotification?.notificationRequest)) in <lambda>()
|
| H A D | ExpoSchedulingDelegate.kt | 69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>() constant 70 NotificationsService.receive(context, Notification(notificationRequest)) in <lambda>() 71 NotificationsService.schedule(context, notificationRequest) in <lambda>()
|
| H A D | ExpoHandlingDelegate.kt | 124 …return !(notificationRequest.content.title.isNullOrEmpty() && notificationRequest.content.text.isN… in <lambda>()
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/ |
| H A D | EXNotificationSerializer.h | 10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/ |
| H A D | ABI47_0_0EXNotificationSerializer.h | 10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/ |
| H A D | ABI48_0_0EXNotificationSerializer.h | 10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/ |
| H A D | ABI49_0_0EXNotificationSerializer.h | 10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedExpoNotificationPresentationModule.kt | 73 .map { it.notificationRequest.identifier } in <lambda>() 107 return notifications.find { it.notificationRequest.identifier == identifier } in <lambda>()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/ |
| H A D | NotificationsService.kt | 104 …val data = getUriBuilderForIdentifier(notification.notificationRequest.identifier).appendPath("pre… in <lambda>() 124 …val data = getUriBuilderForIdentifier(notification.notificationRequest.identifier).appendPath("rec… in <lambda>() 298 …fun schedule(context: Context, notificationRequest: NotificationRequest, resultReceiver: ResultRec… in <lambda>() 305 .appendPath(notificationRequest.identifier) in <lambda>() 309 intent.putExtra(NOTIFICATION_REQUEST_KEY, notificationRequest as Parcelable) in <lambda>() 440 .appendPath(notification.notificationRequest.identifier) in <lambda>() 486 .appendPath(notification.notificationRequest.identifier) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/ |
| H A D | NotificationsService.kt | 104 …val data = getUriBuilderForIdentifier(notification.notificationRequest.identifier).appendPath("pre… in <lambda>() 124 …val data = getUriBuilderForIdentifier(notification.notificationRequest.identifier).appendPath("rec… in <lambda>() 298 …fun schedule(context: Context, notificationRequest: NotificationRequest, resultReceiver: ResultRec… in <lambda>() 305 .appendPath(notificationRequest.identifier) in <lambda>() 309 intent.putExtra(NOTIFICATION_REQUEST_KEY, notificationRequest as Parcelable) in <lambda>() 440 .appendPath(notification.notificationRequest.identifier) in <lambda>() 486 .appendPath(notification.notificationRequest.identifier) in <lambda>()
|