Home
last modified time | relevance | path

Searched refs:SchedulableNotificationTrigger (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
13 public class DateTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DTimeIntervalTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
18 …c class TimeIntervalTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DDailyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class DailyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DWeeklyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class WeeklyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DYearlyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class YearlyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
13 public class DateTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DDailyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class DailyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DTimeIntervalTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
18 …c class TimeIntervalTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DWeeklyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class WeeklyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DYearlyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class YearlyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
13 public class DateTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DDailyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class DailyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DTimeIntervalTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
18 …c class TimeIntervalTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DWeeklyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class WeeklyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DYearlyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class YearlyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
13 public class DateTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DTimeIntervalTrigger.java8 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
18 …c class TimeIntervalTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DDailyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class DailyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DWeeklyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class WeeklyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
H A DYearlyTrigger.java9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger;
14 public class YearlyTrigger extends ChannelAwareTrigger implements SchedulableNotificationTrigger {
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger in <lambda>()
52 if (request.trigger !is SchedulableNotificationTrigger) { in <lambda>()
56 (request.trigger as SchedulableNotificationTrigger).nextTriggerDate().let { nextTriggerDate -> in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger in <lambda>()
52 if (request.trigger !is SchedulableNotificationTrigger) { in <lambda>()
56 (request.trigger as SchedulableNotificationTrigger).nextTriggerDate().let { nextTriggerDate -> in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger in <lambda>()
52 if (request.trigger !is SchedulableNotificationTrigger) { in <lambda>()
56 (request.trigger as SchedulableNotificationTrigger).nextTriggerDate().let { nextTriggerDate -> in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt9 import expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger in <lambda>()
52 if (request.trigger !is SchedulableNotificationTrigger) { in <lambda>()
56 (request.trigger as SchedulableNotificationTrigger).nextTriggerDate().let { nextTriggerDate -> in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DSchedulableNotificationTrigger.java13 public interface SchedulableNotificationTrigger extends NotificationTrigger, Serializable { interface

12