| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/ |
| H A D | NotificationRequest.java | 8 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 D | FirebaseNotificationTrigger.java | 10 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 D | ChannelAwareTrigger.java | 8 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 D | ChannelAwareTrigger.java | 8 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 D | ChannelAwareTrigger.java | 8 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 D | ChannelAwareTrigger.java | 8 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 D | ScopedNotificationRequest.kt | 5 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 D | ChannelAwareNotificationBuilder.java | 17 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 D | ChannelAwareNotificationBuilder.java | 17 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 D | ChannelAwareNotificationBuilder.java | 17 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 D | ChannelAwareNotificationBuilder.java | 17 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 D | SchedulableNotificationTrigger.java | 13 public interface SchedulableNotificationTrigger extends NotificationTrigger, Serializable {
|
| H A D | NotificationTrigger.java | 13 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 D | NotificationScheduler.java | 22 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 D | NotificationScheduler.java | 22 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 D | NotificationScheduler.java | 22 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 D | ScopedExpoNotificationPresentationModule.kt | 7 import expo.modules.notifications.notifications.interfaces.NotificationTrigger in <lambda>() 26 trigger: NotificationTrigger? in <lambda>()
|
| H A D | ScopedNotificationScheduler.kt | 8 import expo.modules.notifications.notifications.interfaces.NotificationTrigger in <lambda>() 32 notificationTrigger: NotificationTrigger? in <lambda>()
|
| /expo/packages/expo-notifications/src/ |
| H A D | Notifications.types.ts | 241 export type NotificationTrigger = alias 459 trigger: NotificationTrigger;
|
| /expo/packages/expo-notifications/build/ |
| H A D | Notifications.types.d.ts | 221 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 D | ExpoNotificationPresentationModule.kt | 14 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 D | ExpoHandlingDelegateTest.kt | 6 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 D | ScopedNotificationScheduler.kt | 9 import expo.modules.notifications.notifications.interfaces.NotificationTrigger 33 notificationTrigger: NotificationTrigger? in createNotificationRequest()
|
| H A D | ScopedExpoNotificationPresentationModule.kt | 8 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 D | ExpoNotificationPresentationModule.java | 17 import expo.modules.notifications.notifications.interfaces.NotificationTrigger; 104 …eNotificationRequest(String identifier, NotificationContent content, NotificationTrigger trigger) { in createNotificationRequest()
|