HKBloodType Enum

Definition

Enumerates known blood types.

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

Fields

ABNegative 6

The AB- blood type.

ABPositive 5

The AB+ blood type

ANegative 2

The A- blood type.

APositive 1

The A+ blood type.

BNegative 4

The B- blood type.

BPositive 3

The B+ blood type.

NotSet 0

The user's blood type is not recorded.

ONegative 8

The O- blood type.

OPositive 7

The O+ blood type.

Applies to