Home
last modified time | relevance | path

Searched refs:notificationRequest (Results 1 – 25 of 34) sorted by relevance

12

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedNotificationsUtils.kt16 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 DScopedCategoryAwareNotificationBuilder.kt18 val requester = notification.notificationRequest in addActionsToBuilder()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DSharedPreferencesNotificationsStore.kt71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>()
74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>()
75 notificationRequest.encodedInBase64() in <lambda>()
H A DExpoPresentationDelegate.kt92 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 DExpoSchedulingDelegate.kt69 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 DExpoHandlingDelegate.kt124 …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 DSharedPreferencesNotificationsStore.kt71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>()
74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>()
75 notificationRequest.encodedInBase64() in <lambda>()
H A DExpoPresentationDelegate.kt93 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 DExpoSchedulingDelegate.kt69 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 DExpoHandlingDelegate.kt124 …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 DSharedPreferencesNotificationsStore.kt71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>()
74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>()
75 notificationRequest.encodedInBase64() in <lambda>()
H A DExpoPresentationDelegate.kt93 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 DExpoSchedulingDelegate.kt69 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 DExpoHandlingDelegate.kt124 …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 DSharedPreferencesNotificationsStore.kt71 fun saveNotificationRequest(notificationRequest: NotificationRequest) = in <lambda>()
74 preferencesNotificationRequestKey(notificationRequest.identifier), in <lambda>()
75 notificationRequest.encodedInBase64() in <lambda>()
H A DExpoPresentationDelegate.kt93 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 DExpoSchedulingDelegate.kt69 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 DExpoHandlingDelegate.kt124 …return !(notificationRequest.content.title.isNullOrEmpty() && notificationRequest.content.text.isN… in <lambda>()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/
H A DEXNotificationSerializer.h10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/
H A DABI47_0_0EXNotificationSerializer.h10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/
H A DABI48_0_0EXNotificationSerializer.h10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/
H A DABI49_0_0EXNotificationSerializer.h10 + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest;
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt73 .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 DNotificationsService.kt104 …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 DNotificationsService.kt104 …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>()

12