Package apple.healthkit.enums
Class HKDevicePlacementSide
- java.lang.Object
-
- apple.healthkit.enums.HKDevicePlacementSide
-
public final class HKDevicePlacementSide extends java.lang.Object[@enum] HKDevicePlacementSide The detected placement of the device during the bout of walking [@constant] HKDevicePlacementSideUnknown Unable to determine the placement of the device [@constant] HKDevicePlacementSideLeft Device predominantly worn on left side [@constant] HKDevicePlacementSideRight Device predominantly worn on right side [@constant] HKDevicePlacementSideCentral Device predominantly worn on the middle of the body
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
Central
public static final long Central
- See Also:
- Constant Field Values
-
-