Package apple.healthkit.enums
Class HKCategoryValuePresence
- java.lang.Object
-
- apple.healthkit.enums.HKCategoryValuePresence
-
public final class HKCategoryValuePresence extends java.lang.Object[@enum] HKCategoryValuePresence Set of values to indicate whether a data type is present or not.
-
-
Field Summary
Fields Modifier and Type Field Description static longNotPresentstatic longPresent
-
-
-
Field Detail
-
Present
public static final long Present
- See Also:
- Constant Field Values
-
NotPresent
public static final long NotPresent
- See Also:
- Constant Field Values
-
-