CategoryType enum

Equivalent of CategoryType 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

CategoryType()
const

Values

sleepAnalysis → const CategoryType
appleStandHour → const CategoryType
cervicalMucusQuality → const CategoryType
ovulationTestResult → const CategoryType
menstrualFlow → const CategoryType
intermenstrualBleeding → const CategoryType
sexualActivity → const CategoryType
mindfulSession → const CategoryType
highHeartRateEvent → const CategoryType
lowHeartRateEvent → const CategoryType
irregularHeartRhythmEvent → const CategoryType
toothbrushingEvent → const CategoryType
pregnancy → const CategoryType
lactation → const CategoryType
contraceptive → const CategoryType
audioExposureEvent → const CategoryType
environmentalAudioExposureEvent → const CategoryType
headphoneAudioExposureEvent → const CategoryType
handwashingEvent → const CategoryType
lowCardioFitnessEvent → const CategoryType
abdominalCramps → const CategoryType
acne → const CategoryType
appetiteChanges → const CategoryType
bladderIncontinence → const CategoryType
bloating → const CategoryType
breastPain → const CategoryType
chestTightnessOrPain → const CategoryType
chills → const CategoryType
constipation → const CategoryType
coughing → const CategoryType
diarrhea → const CategoryType
dizziness → const CategoryType
drySkin → const CategoryType
fainting → const CategoryType
fatigue → const CategoryType
fever → const CategoryType
generalizedBodyAche → const CategoryType
hairLoss → const CategoryType
headache → const CategoryType
heartburn → const CategoryType
hotFlashes → const CategoryType
lossOfSmell → const CategoryType
lossOfTaste → const CategoryType
lowerBackPain → const CategoryType
memoryLapse → const CategoryType
moodChanges → const CategoryType
nausea → const CategoryType
nightSweats → const CategoryType
pelvicPain → const CategoryType
rapidPoundingOrFlutteringHeartbeat → const CategoryType
runnyNose → const CategoryType
shortnessOfBreath → const CategoryType
sinusCongestion → const CategoryType
skippedHeartbeat → const CategoryType
sleepChanges → const CategoryType
soreThroat → const CategoryType
vaginalDryness → const CategoryType
vomiting → const CategoryType
wheezing → const CategoryType
pregnancyTestResult → const CategoryType
progesteroneTestResult → const CategoryType
persistentIntermenstrualBleeding → const CategoryType
prolongedMenstrualPeriods → const CategoryType
irregularMenstrualCycles → const CategoryType
infrequentMenstrualCycles → const CategoryType
appleWalkingSteadinessEvent → const CategoryType

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<CategoryType>
A constant List of the values in this enum, in order of their declaration.