Package apple.healthkit.enums
Class HKWorkoutSessionLocationType
- java.lang.Object
-
- apple.healthkit.enums.HKWorkoutSessionLocationType
-
public final class HKWorkoutSessionLocationType extends java.lang.Object[@enum] HKWorkoutSessionLocationType This enumerated type is used to represent the location type of a workout session. This value represents whether a workout is performed indoors or outdoors.
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Indoor
public static final long Indoor
- See Also:
- Constant Field Values
-
Outdoor
public static final long Outdoor
- See Also:
- Constant Field Values
-
-