Edit

Share via


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

Name Value Description
Other 0

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

Chest 1

The monitor is attached to the user's chest.

Wrist 2

The monitor is attached to the user's wrist.

Finger 3

The monitor is attached to the user's finger.

Hand 4

The monitor is attached to the user's hand.

EarLobe 5

The monitor is attached to the user's earlobe.

Foot 6

The monitor is attached to the user's foot.

Applies to