MeasurementType

public enum MeasurementType: String

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
  • Undocumented

    Declaration

    Swift

    public static func allTypes() -> [MeasurementType]