Package apple.intents.enums
Class INTemporalEventTriggerTypeOptions
- java.lang.Object
-
- apple.intents.enums.INTemporalEventTriggerTypeOptions
-
public final class INTemporalEventTriggerTypeOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNotScheduledstatic longScheduledNonRecurringstatic longScheduledRecurring
-
-
-
Field Detail
-
NotScheduled
public static final long NotScheduled
- See Also:
- Constant Field Values
-
ScheduledNonRecurring
public static final long ScheduledNonRecurring
- See Also:
- Constant Field Values
-
ScheduledRecurring
public static final long ScheduledRecurring
- See Also:
- Constant Field Values
-
-