QuantityType enum

Equivalent of QuantityType from HealthKitReporter https://cocoapods.org/pods/HealthKitReporter

Supports identifier extension representing original String of the type.

Has a factory methods from and tryFrom Creating from String

Inheritance

Constructors

QuantityType()
const

Values

bodyMassIndex → const QuantityType
bodyFatPercentage → const QuantityType
height → const QuantityType
bodyMass → const QuantityType
leanBodyMass → const QuantityType
waistCircumference → const QuantityType
stepCount → const QuantityType
distanceWalkingRunning → const QuantityType
distanceCycling → const QuantityType
distanceWheelchair → const QuantityType
basalEnergyBurned → const QuantityType
activeEnergyBurned → const QuantityType
flightsClimbed → const QuantityType
nikeFuel → const QuantityType
appleExerciseTime → const QuantityType
pushCount → const QuantityType
distanceSwimming → const QuantityType
swimmingStrokeCount → const QuantityType
vo2Max → const QuantityType
distanceDownhillSnowSports → const QuantityType
appleStandTime → const QuantityType
walkingSpeed → const QuantityType
walkingDoubleSupportPercentage → const QuantityType
walkingAsymmetryPercentage → const QuantityType
walkingStepLength → const QuantityType
sixMinuteWalkTestDistance → const QuantityType
stairAscentSpeed → const QuantityType
stairDescentSpeed → const QuantityType
heartRate → const QuantityType
bodyTemperature → const QuantityType
basalBodyTemperature → const QuantityType
bloodPressureSystolic → const QuantityType
bloodPressureDiastolic → const QuantityType
respiratoryRate → const QuantityType
restingHeartRate → const QuantityType
walkingHeartRateAverage → const QuantityType
heartRateVariabilitySDNN → const QuantityType
oxygenSaturation → const QuantityType
peripheralPerfusionIndex → const QuantityType
bloodGlucose → const QuantityType
numberOfTimesFallen → const QuantityType
electrodermalActivity → const QuantityType
inhalerUsage → const QuantityType
insulinDelivery → const QuantityType
bloodAlcoholContent → const QuantityType
forcedVitalCapacity → const QuantityType
forcedExpiratoryVolume1 → const QuantityType
peakExpiratoryFlowRate → const QuantityType
environmentalAudioExposure → const QuantityType
headphoneAudioExposure → const QuantityType
dietaryFatTotal → const QuantityType
dietaryFatPolyunsaturated → const QuantityType
dietaryFatMonounsaturated → const QuantityType
dietaryFatSaturated → const QuantityType
dietaryCholesterol → const QuantityType
dietarySodium → const QuantityType
dietaryCarbohydrates → const QuantityType
dietaryFiber → const QuantityType
dietarySugar → const QuantityType
dietaryEnergyConsumed → const QuantityType
dietaryProtein → const QuantityType
dietaryVitaminA → const QuantityType
dietaryVitaminB6 → const QuantityType
dietaryVitaminB12 → const QuantityType
dietaryVitaminC → const QuantityType
dietaryVitaminD → const QuantityType
dietaryVitaminE → const QuantityType
dietaryVitaminK → const QuantityType
dietaryCalcium → const QuantityType
dietaryIron → const QuantityType
dietaryThiamin → const QuantityType
dietaryRiboflavin → const QuantityType
dietaryNiacin → const QuantityType
dietaryFolate → const QuantityType
dietaryBiotin → const QuantityType
dietaryPantothenicAcid → const QuantityType
dietaryPhosphorus → const QuantityType
dietaryIodine → const QuantityType
dietaryMagnesium → const QuantityType
dietaryZinc → const QuantityType
dietarySelenium → const QuantityType
dietaryCopper → const QuantityType
dietaryManganese → const QuantityType
dietaryChromium → const QuantityType
dietaryMolybdenum → const QuantityType
dietaryChloride → const QuantityType
dietaryPotassium → const QuantityType
dietaryCaffeine → const QuantityType
dietaryWater → const QuantityType
uvExposure → const QuantityType
appleMoveTime → const QuantityType
appleWalkingSteadiness → const QuantityType
appleSleepingWristTemperature → const QuantityType
runningStrideLength → const QuantityType
runningVerticalOscillation → const QuantityType
runningGroundContactTime → const QuantityType
runningPower → const QuantityType
runningSpeed → const QuantityType
heartRateRecoveryOneMinute → const QuantityType
numberOfAlcoholicBeverages → const QuantityType
atrialFibrillationBurden → const QuantityType
underwaterDepth → const QuantityType
waterTemperature → const QuantityType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<QuantityType>
A constant List of the values in this enum, in order of their declaration.