Home
last modified time | relevance | path

Searched refs:FirebaseNotificationTrigger (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/triggers/
H A DFirebaseNotificationTrigger.java15 public class FirebaseNotificationTrigger implements NotificationTrigger { class
18 public FirebaseNotificationTrigger(RemoteMessage remoteMessage) { in FirebaseNotificationTrigger() method in FirebaseNotificationTrigger
22 private FirebaseNotificationTrigger(Parcel in) { in FirebaseNotificationTrigger() method in FirebaseNotificationTrigger
40 …public static final Creator<FirebaseNotificationTrigger> CREATOR = new Creator<FirebaseNotificatio…
42 public FirebaseNotificationTrigger createFromParcel(Parcel in) {
43 return new FirebaseNotificationTrigger(in);
47 public FirebaseNotificationTrigger[] newArray(int size) {
48 return new FirebaseNotificationTrigger[size];
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/delegates/
H A DScopedExpoPresentationDelegate.kt10 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger
57 val experienceId = if (request.trigger is FirebaseNotificationTrigger) { in getNotifyId()
58 (request.trigger as FirebaseNotificationTrigger).remoteMessage.data["scopeKey"] in getNotifyId()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DFirebaseMessagingDelegate.kt11 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger
102 …val request = createNotificationRequest(identifier, content, FirebaseNotificationTrigger(remoteMes… in createNotification()
118 notificationTrigger: FirebaseNotificationTrigger in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DFirebaseMessagingDelegate.kt11 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger
102 …val request = createNotificationRequest(identifier, content, FirebaseNotificationTrigger(remoteMes… in createNotification()
118 notificationTrigger: FirebaseNotificationTrigger in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DFirebaseMessagingDelegate.kt11 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger
102 …val request = createNotificationRequest(identifier, content, FirebaseNotificationTrigger(remoteMes… in createNotification()
118 notificationTrigger: FirebaseNotificationTrigger in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DFirebaseMessagingDelegate.kt11 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger
102 …val request = createNotificationRequest(identifier, content, FirebaseNotificationTrigger(remoteMes… in createNotification()
118 notificationTrigger: FirebaseNotificationTrigger in createNotificationRequest()
/expo/android/expoview/src/main/java/host/exp/exponent/fcm/
H A DExpoFirebaseMessagingDelegate.kt7 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger
59 notificationTrigger: FirebaseNotificationTrigger in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DNotificationSerializer.java29 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger;
161 if (trigger instanceof FirebaseNotificationTrigger) { in toBundle()
163 ….putBundle("remoteMessage", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigge… in toBundle()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DNotificationSerializer.java29 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger;
161 if (trigger instanceof FirebaseNotificationTrigger) { in toBundle()
163 ….putBundle("remoteMessage", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigge… in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DNotificationSerializer.java29 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger;
161 if (trigger instanceof FirebaseNotificationTrigger) { in toBundle()
163 ….putBundle("remoteMessage", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigge… in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DNotificationSerializer.java29 import expo.modules.notifications.notifications.model.triggers.FirebaseNotificationTrigger;
161 if (trigger instanceof FirebaseNotificationTrigger) { in toBundle()
163 ….putBundle("remoteMessage", RemoteMessageSerializer.toBundle(((FirebaseNotificationTrigger) trigge… in toBundle()