HKHeartRateSensorLocation Enum

Definition

Enumerates the locations at which a heart rate monitor is attached.

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

Fields

Chest 1

The monitor is attached to the user's chest.

EarLobe 5

The monitor is attached to the user's earlobe.

Finger 3

The monitor is attached to the user's finger.

Foot 6

The monitor is attached to the user's foot.

Hand 4

The monitor is attached to the user's hand.

Other 0

The monitor is attached elsewhere on the user's body.

Wrist 2

The monitor is attached to the user's wrist.

Applies to