MeasurementType
public enum MeasurementType : String, CaseIterable
A measurement type is a human-data measurement such as height or weight.
-
A measurement of height.
Declaration
Swift
case height -
A measurement of weight.
Declaration
Swift
case weight -
A measurement of blood pressure.
Declaration
Swift
case bloodPressure
View on GitHub
MeasurementType Enumeration Reference