Package apple.intents.enums
Class INDailyRoutineSituation
- java.lang.Object
-
- apple.intents.enums.INDailyRoutineSituation
-
public final class INDailyRoutineSituation extends java.lang.ObjectA relevant daily routine situation.- See Also:
INDailyRoutineRelevanceProvider
-
-
Field Summary
Fields Modifier and Type Field Description static longActiveWorkoutA situation that occurs when the user is currently in a workout.static longCommuteA situation that occurs when the user is commuting, for example driving into work.static longEveningA situation that occurs in the evening, around the time the user goes to bed.static longGymA situation that occurs when the user is at the gym.static longHeadphonesConnectedA situation that occurs when the user connects headphones.static longHomeA situation that occurs when the user is at home.static longMorningA situation that occurs in the morning, around the time the user wakes up.static longPhysicalActivityIncompleteA situation that occurs when the user is expected to perform more physical activity during the day.static longSchoolA situation that occurs when the user is at school.static longWorkA situation that occurs when the user is at work.
-
-
-
Field Detail
-
Morning
public static final long Morning
A situation that occurs in the morning, around the time the user wakes up.- See Also:
- Constant Field Values
-
Evening
public static final long Evening
A situation that occurs in the evening, around the time the user goes to bed.- See Also:
- Constant Field Values
-
Home
public static final long Home
A situation that occurs when the user is at home. [@note] Your app needs Always location authorization to use this situation.- See Also:
CLLocationManager, Constant Field Values
-
Work
public static final long Work
A situation that occurs when the user is at work. [@note] Your app needs Always location authorization to use this situation.- See Also:
CLLocationManager, Constant Field Values
-
School
public static final long School
A situation that occurs when the user is at school. [@note] Your app needs Always location authorization to use this situation.- See Also:
CLLocationManager, Constant Field Values
-
Gym
public static final long Gym
A situation that occurs when the user is at the gym. [@note] Your app needs Always location authorization to use this situation.- See Also:
CLLocationManager, Constant Field Values
-
Commute
public static final long Commute
A situation that occurs when the user is commuting, for example driving into work.- See Also:
- Constant Field Values
-
HeadphonesConnected
public static final long HeadphonesConnected
A situation that occurs when the user connects headphones.- See Also:
- Constant Field Values
-
ActiveWorkout
public static final long ActiveWorkout
A situation that occurs when the user is currently in a workout.- See Also:
- Constant Field Values
-
PhysicalActivityIncomplete
public static final long PhysicalActivityIncomplete
A situation that occurs when the user is expected to perform more physical activity during the day.- See Also:
- Constant Field Values
-
-