Home
last modified time | relevance | path

Searched refs:NotificationTrigger (Results 1 – 25 of 41) sorted by relevance

12

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationRequest.java8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
17 private NotificationTrigger mTrigger;
19 …public NotificationRequest(String identifier, NotificationContent content, NotificationTrigger tri… in NotificationRequest()
33 public NotificationTrigger getTrigger() { in getTrigger()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/triggers/
H A DFirebaseNotificationTrigger.java10 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
15 public class FirebaseNotificationTrigger implements NotificationTrigger {
59 return NotificationTrigger.super.getNotificationChannel(); in getNotificationChannel()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
10 public class ChannelAwareTrigger implements NotificationTrigger, Serializable {
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
10 public class ChannelAwareTrigger implements NotificationTrigger, Serializable {
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
10 public class ChannelAwareTrigger implements NotificationTrigger, Serializable {
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
10 public class ChannelAwareTrigger implements NotificationTrigger, Serializable {
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/model/
H A DScopedNotificationRequest.kt5 import expo.modules.notifications.notifications.interfaces.NotificationTrigger
17 trigger: NotificationTrigger?,
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java17 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
50 NotificationTrigger trigger = getTrigger(); in getChannelId()
127 private NotificationTrigger getTrigger() { in getTrigger()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java17 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
50 NotificationTrigger trigger = getTrigger(); in getChannelId()
127 private NotificationTrigger getTrigger() { in getTrigger()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java17 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
50 NotificationTrigger trigger = getTrigger(); in getChannelId()
127 private NotificationTrigger getTrigger() { in getTrigger()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java17 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
50 NotificationTrigger trigger = getTrigger(); in getChannelId()
127 private NotificationTrigger getTrigger() { in getTrigger()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DSchedulableNotificationTrigger.java13 public interface SchedulableNotificationTrigger extends NotificationTrigger, Serializable {
H A DNotificationTrigger.java13 public interface NotificationTrigger extends Parcelable { interface
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java22 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
136 NotificationTrigger trigger = triggerFromParams(triggerParams); in getNextTriggerDateAsync()
157 …protected NotificationTrigger triggerFromParams(@Nullable ReadableArguments params) throws Invalid… in triggerFromParams()
211 …otificationRequest(String identifier, NotificationContent content, NotificationTrigger notificatio… in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java22 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
136 NotificationTrigger trigger = triggerFromParams(triggerParams); in getNextTriggerDateAsync()
157 …protected NotificationTrigger triggerFromParams(@Nullable ReadableArguments params) throws Invalid… in triggerFromParams()
211 …otificationRequest(String identifier, NotificationContent content, NotificationTrigger notificatio… in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java22 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
136 NotificationTrigger trigger = triggerFromParams(triggerParams); in getNextTriggerDateAsync()
157 …protected NotificationTrigger triggerFromParams(@Nullable ReadableArguments params) throws Invalid… in triggerFromParams()
211 …otificationRequest(String identifier, NotificationContent content, NotificationTrigger notificatio… in createNotificationRequest()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt7 import expo.modules.notifications.notifications.interfaces.NotificationTrigger in <lambda>()
26 trigger: NotificationTrigger? in <lambda>()
H A DScopedNotificationScheduler.kt8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger in <lambda>()
32 notificationTrigger: NotificationTrigger? in <lambda>()
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts241 export type NotificationTrigger = alias
459 trigger: NotificationTrigger;
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts221 export type NotificationTrigger = PushNotificationTrigger | CalendarNotificationTrigger | LocationN… alias
414 trigger: NotificationTrigger;
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.kt14 import expo.modules.notifications.notifications.interfaces.NotificationTrigger in <lambda>()
105 trigger: NotificationTrigger? in <lambda>()
/expo/packages/expo-notifications/android/src/test/java/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegateTest.kt6 import expo.modules.notifications.notifications.interfaces.NotificationTrigger
102 object : NotificationTrigger { in buildNotification()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt9 import expo.modules.notifications.notifications.interfaces.NotificationTrigger
33 notificationTrigger: NotificationTrigger? in createNotificationRequest()
H A DScopedExpoNotificationPresentationModule.kt8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger
28 trigger: NotificationTrigger? in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java17 import expo.modules.notifications.notifications.interfaces.NotificationTrigger;
104 …eNotificationRequest(String identifier, NotificationContent content, NotificationTrigger trigger) { in createNotificationRequest()

12