Home
last modified time | relevance | path

Searched refs:ScopedNotificationRequest (Results 1 – 14 of 14) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/model/
H A DScopedNotificationRequest.kt10 class ScopedNotificationRequest : NotificationRequest { class
38 companion object CREATOR : Parcelable.Creator<ScopedNotificationRequest> {
39 override fun createFromParcel(parcel: Parcel): ScopedNotificationRequest { in createFromParcel()
40 return ScopedNotificationRequest(parcel) in createFromParcel()
43 override fun newArray(size: Int): Array<ScopedNotificationRequest?> { in newArray()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/delegates/
H A DScopedExpoPresentationDelegate.kt16 import host.exp.exponent.notifications.model.ScopedNotificationRequest
32 … val request: ScopedNotificationRequest = ScopedNotificationRequest.CREATOR.createFromParcel(this) in getNotification()
59 } else if (request is ScopedNotificationRequest) { in getNotifyId()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedNotificationsUtils.kt10 import host.exp.exponent.notifications.model.ScopedNotificationRequest
24 if (notificationRequest is ScopedNotificationRequest) { in shouldHandleNotification()
53 if (notificationRequest is ScopedNotificationRequest) { in getExperienceScopeKey()
H A DScopedCategoryAwareNotificationBuilder.kt6 import host.exp.exponent.notifications.model.ScopedNotificationRequest
20 val scopedCategoryIdentifier: String = if (requester is ScopedNotificationRequest) { in addActionsToBuilder()
H A DScopedExpoNotificationBuilder.kt15 import host.exp.exponent.notifications.model.ScopedNotificationRequest
38 if (requester is ScopedNotificationRequest) { in setNotification()
/expo/android/expoview/src/main/java/host/exp/exponent/fcm/
H A DExpoFirebaseMessagingDelegate.kt12 import host.exp.exponent.notifications.model.ScopedNotificationRequest
66 return ScopedNotificationRequest( in createNotificationRequest()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt15 import host.exp.exponent.notifications.model.ScopedNotificationRequest in <lambda>()
34 … return ScopedNotificationRequest(identifier, content, notificationTrigger, experienceKey.scopeKey) in <lambda>()
50 …a?.getParcelable(NotificationsService.NOTIFICATION_REQUEST_KEY, ScopedNotificationRequest::class.j… in <lambda>()
H A DScopedExpoNotificationPresentationModule.kt15 import host.exp.exponent.notifications.model.ScopedNotificationRequest in <lambda>()
28 return ScopedNotificationRequest(identifier, content, trigger, experienceKey.scopeKey) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt16 import host.exp.exponent.notifications.model.ScopedNotificationRequest
35 … return ScopedNotificationRequest(identifier, content, notificationTrigger, experienceKey.scopeKey) in createNotificationRequest()
58 …a?.getParcelable(NotificationsService.NOTIFICATION_REQUEST_KEY, ScopedNotificationRequest::class.j… in cancelScheduledNotificationAsync()
H A DScopedExpoNotificationPresentationModule.kt16 import host.exp.exponent.notifications.model.ScopedNotificationRequest
30 return ScopedNotificationRequest(identifier, content, trigger, experienceKey.scopeKey) in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt16 import host.exp.exponent.notifications.model.ScopedNotificationRequest
35 … return ScopedNotificationRequest(identifier, content, notificationTrigger, experienceKey.scopeKey) in createNotificationRequest()
58 …a?.getParcelable(NotificationsService.NOTIFICATION_REQUEST_KEY, ScopedNotificationRequest::class.j… in cancelScheduledNotificationAsync()
H A DScopedExpoNotificationPresentationModule.kt16 import host.exp.exponent.notifications.model.ScopedNotificationRequest
30 return ScopedNotificationRequest(identifier, content, trigger, experienceKey.scopeKey) in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt16 import host.exp.exponent.notifications.model.ScopedNotificationRequest
35 … return ScopedNotificationRequest(identifier, content, notificationTrigger, experienceKey.scopeKey) in createNotificationRequest()
58 …a?.getParcelable(NotificationsService.NOTIFICATION_REQUEST_KEY, ScopedNotificationRequest::class.j… in cancelScheduledNotificationAsync()
H A DScopedExpoNotificationPresentationModule.kt16 import host.exp.exponent.notifications.model.ScopedNotificationRequest
30 return ScopedNotificationRequest(identifier, content, trigger, experienceKey.scopeKey) in createNotificationRequest()