Package apple.healthkit.enums
Class HKCategoryValueCervicalMucusQuality
- java.lang.Object
-
- apple.healthkit.enums.HKCategoryValueCervicalMucusQuality
-
public final class HKCategoryValueCervicalMucusQuality extends java.lang.Object[@enum] HKCategoryValueCervicalMucusQuality Set of values that may be used for HKCategorySamples with the HKCategoryValueCervicalMucusQuality type. These cervical mucus quality values are ordered from least-fertile (Dry) to most-fertile (EggWhite).
-
-
Field Detail
-
Dry
public static final long Dry
- See Also:
- Constant Field Values
-
Sticky
public static final long Sticky
- See Also:
- Constant Field Values
-
Creamy
public static final long Creamy
- See Also:
- Constant Field Values
-
Watery
public static final long Watery
- See Also:
- Constant Field Values
-
EggWhite
public static final long EggWhite
- See Also:
- Constant Field Values
-
-