| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/model/ |
| H A D | ScopedNotificationRequest.kt | 10 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 D | ScopedExpoPresentationDelegate.kt | 16 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 D | ScopedNotificationsUtils.kt | 10 import host.exp.exponent.notifications.model.ScopedNotificationRequest 24 if (notificationRequest is ScopedNotificationRequest) { in shouldHandleNotification() 53 if (notificationRequest is ScopedNotificationRequest) { in getExperienceScopeKey()
|
| H A D | ScopedCategoryAwareNotificationBuilder.kt | 6 import host.exp.exponent.notifications.model.ScopedNotificationRequest 20 val scopedCategoryIdentifier: String = if (requester is ScopedNotificationRequest) { in addActionsToBuilder()
|
| H A D | ScopedExpoNotificationBuilder.kt | 15 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 D | ExpoFirebaseMessagingDelegate.kt | 12 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 D | ScopedNotificationScheduler.kt | 15 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 D | ScopedExpoNotificationPresentationModule.kt | 15 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 D | ScopedNotificationScheduler.kt | 16 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 D | ScopedExpoNotificationPresentationModule.kt | 16 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 D | ScopedNotificationScheduler.kt | 16 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 D | ScopedExpoNotificationPresentationModule.kt | 16 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 D | ScopedNotificationScheduler.kt | 16 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 D | ScopedExpoNotificationPresentationModule.kt | 16 import host.exp.exponent.notifications.model.ScopedNotificationRequest 30 return ScopedNotificationRequest(identifier, content, trigger, experienceKey.scopeKey) in createNotificationRequest()
|