HKCategoryTypeIdentifier Enum

Definition

Enumerates the types of T:HealthKit.HKCategory; currently there is only the one form (Sleep Analysis).

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKCategoryTypeIdentifier
type HKCategoryTypeIdentifier = 
Inheritance
HKCategoryTypeIdentifier
Attributes

Fields

AppleStandHour 1

Indicates a category whose value indicates whether the user stood for one minute in an hour.

CervicalMucusQuality 2

Indicates a category whose value indicates the user's cervical mucous quality.

HighHeartRateEvent 8
IntermenstrualBleeding 5

Indicates a category whose value indicates whether the user experienced intermenstrual bleeding.

IrregularHeartRhythmEvent 10
LowHeartRateEvent 9
MenstrualFlow 4

Indicates a category whose value indicates the user's menstrual flow.

MindfulSession 7

Indicates a category whose value idicates the user's mindfulness session.

OvulationTestResult 3

Indicates a category whose value indicates the user's ovulation test result.

SexualActivity 6

Indicates a category whose value indicates the user's sexual activity.

SleepAnalysis 0

The sleep analysis category.

Applies to