Package apple.healthkit.enums
Class HKActivityMoveMode
- java.lang.Object
-
- apple.healthkit.enums.HKActivityMoveMode
-
public final class HKActivityMoveMode extends java.lang.Object[@enum] HKActivityMoveMode This enumerated type is used to represent the activity mode for the user's move ring. [@constant] HKActivityMoveModeActiveEnergy User's move ring is updated from Active Energy Burned [@constant] HKActivityMoveModeAppleMoveTime User's move ring is updated from Apple Move Time
-
-
Field Summary
Fields Modifier and Type Field Description static longActiveEnergystatic longAppleMoveTime
-
-
-
Field Detail
-
ActiveEnergy
public static final long ActiveEnergy
- See Also:
- Constant Field Values
-
AppleMoveTime
public static final long AppleMoveTime
- See Also:
- Constant Field Values
-
-