| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | BaseNotificationBuilder.java | 39 protected Notification getNotification() { in getNotification() method in BaseNotificationBuilder 44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
|
| H A D | CategoryAwareNotificationBuilder.java | 68 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildButtonAction() 73 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 104 …RAS_MARSHALLED_NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotifica… in createBuilder() 108 …ionsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), defaultAct… in createBuilder()
|
| H A D | ChannelAwareNotificationBuilder.java | 128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | BaseNotificationBuilder.java | 39 protected Notification getNotification() { in getNotification() method in BaseNotificationBuilder 44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
|
| H A D | CategoryAwareNotificationBuilder.java | 68 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildButtonAction() 73 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 104 …RAS_MARSHALLED_NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotifica… in createBuilder() 108 …ionsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), defaultAct… in createBuilder()
|
| H A D | ChannelAwareNotificationBuilder.java | 128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | BaseNotificationBuilder.java | 39 protected Notification getNotification() { in getNotification() method in BaseNotificationBuilder 44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
|
| H A D | CategoryAwareNotificationBuilder.java | 68 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildButtonAction() 73 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 104 …RAS_MARSHALLED_NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotifica… in createBuilder() 108 …ionsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), defaultAct… in createBuilder()
|
| H A D | ChannelAwareNotificationBuilder.java | 128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | BaseNotificationBuilder.java | 39 protected Notification getNotification() { in getNotification() method in BaseNotificationBuilder 44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
|
| H A D | CategoryAwareNotificationBuilder.java | 68 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildButtonAction() 73 …cationsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), action); in buildTextInputAction()
|
| H A D | ExpoNotificationBuilder.java | 104 …RAS_MARSHALLED_NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotifica… in createBuilder() 108 …ionsService.Companion.createNotificationResponseIntent(getContext(), getNotification(), defaultAct… in createBuilder()
|
| H A D | ChannelAwareNotificationBuilder.java | 128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/delegates/ |
| H A D | ScopedExpoPresentationDelegate.kt | 26 override fun getNotification(statusBarNotification: StatusBarNotification): Notification? { in getNotification() method 45 return super.getNotification(statusBarNotification) in getNotification()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/ |
| H A D | NotificationResponse.java | 29 public Notification getNotification() { in getNotification() method in NotificationResponse
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 117 return notificationManager.activeNotifications.mapNotNull { getNotification(it) } in <lambda>() 142 protected open fun getNotification(statusBarNotification: StatusBarNotification): Notification? { in <lambda>() method in expo.modules.notifications.service.delegates.ExpoPresentationDelegate
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 123 return notificationManager.activeNotifications.mapNotNull { getNotification(it) } in <lambda>() 148 protected open fun getNotification(statusBarNotification: StatusBarNotification): Notification? { in <lambda>() method in abi47_0_0.expo.modules.notifications.service.delegates.ExpoPresentationDelegate
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 123 return notificationManager.activeNotifications.mapNotNull { getNotification(it) } in <lambda>() 148 protected open fun getNotification(statusBarNotification: StatusBarNotification): Notification? { in <lambda>() method in abi49_0_0.expo.modules.notifications.service.delegates.ExpoPresentationDelegate
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 123 return notificationManager.activeNotifications.mapNotNull { getNotification(it) } in <lambda>() 148 protected open fun getNotification(statusBarNotification: StatusBarNotification): Notification? { in <lambda>() method in abi48_0_0.expo.modules.notifications.service.delegates.ExpoPresentationDelegate
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ScopedExpoNotificationBuilder.kt | 37 val requester = getNotification().notificationRequest in setNotification()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/ |
| H A D | RemoteMessageSerializer.java | 29 serializedMessage.putBundle("notification", toBundle(message.getNotification())); in toBundle()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/ |
| H A D | RemoteMessageSerializer.java | 29 serializedMessage.putBundle("notification", toBundle(message.getNotification())); in toBundle()
|