Package apple.healthkit.enums
Class HKWorkoutSwimmingLocationType
- java.lang.Object
-
- apple.healthkit.enums.HKWorkoutSwimmingLocationType
-
public final class HKWorkoutSwimmingLocationType extends java.lang.Object[@enum] HKWorkoutSwimmingLocationType This enumerated type is used to represent the location type of a swimming workout. This value indicates whether a swimming workout was performed in a pool or open water.
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Pool
public static final long Pool
- See Also:
- Constant Field Values
-
OpenWater
public static final long OpenWater
- See Also:
- Constant Field Values
-
-