Home
last modified time | relevance | path

Searched refs:getRemoteMessage (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/triggers/
H A DFirebaseNotificationTrigger.java26 public RemoteMessage getRemoteMessage() { in getRemoteMessage() method in FirebaseNotificationTrigger
56 if (getRemoteMessage().getData().containsKey("channelId")) { in getNotificationChannel()
57 return getRemoteMessage().getData().get("channelId"); in getNotificationChannel()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DNotificationSerializer.java163 …ge", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigger).getRemoteMessage())); in toBundle()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DNotificationSerializer.java163 …ge", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigger).getRemoteMessage())); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DNotificationSerializer.java163 …ge", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigger).getRemoteMessage())); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DNotificationSerializer.java163 …ge", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigger).getRemoteMessage())); in toBundle()