Package apple.healthkit.enums
Class HKCategoryValueAppleStandHour
- java.lang.Object
-
- apple.healthkit.enums.HKCategoryValueAppleStandHour
-
public final class HKCategoryValueAppleStandHour extends java.lang.Object[@enum] HKCategoryValueAppleStandHour Set of values that may be used for HKCategorySamples with the HKCategoryTypeIdentifierAppleStandHour type. [@constant] HKCategoryValueAppleStandHourStood The user stood up and moved a little for at least one minute during the sample. [@constant] HKCategoryValueAppleStandHourIdle The user did not stand up and move a little for at least one continuous minute during the sample.
-
-
Field Detail
-
Stood
public static final long Stood
- See Also:
- Constant Field Values
-
Idle
public static final long Idle
- See Also:
- Constant Field Values
-
-