Package apple.healthkit.enums
Class HKVO2MaxTestType
- java.lang.Object
-
- apple.healthkit.enums.HKVO2MaxTestType
-
public final class HKVO2MaxTestType extends java.lang.Object[@enum] HKVO2MaxTestType Represents the test used to create a VO2 Max Sample. [@constant] HKVO2MaxTestTypeMaxExercise The user was exerted to their physical limit to evaluate and measure actual VO2Max. [@constant] HKVO2MaxTestTypePredictionSubMaxExercise A specific test protocol was used to calculate and correlate a predicted VO2Max. [@constant] HKVO2MaxTestTypePredictionNonExercise A non-exercise equation was used based on user metrics to calculate a predicted VO2Max.
-
-
Field Summary
Fields Modifier and Type Field Description static longMaxExercisestatic longPredictionNonExercisestatic longPredictionSubMaxExercise
-
-
-
Field Detail
-
MaxExercise
public static final long MaxExercise
- See Also:
- Constant Field Values
-
PredictionSubMaxExercise
public static final long PredictionSubMaxExercise
- See Also:
- Constant Field Values
-
PredictionNonExercise
public static final long PredictionNonExercise
- See Also:
- Constant Field Values
-
-