INWorkoutGoalUnitType Enum

Definition

Enumerates the kind of goal the workout is striving for.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INWorkoutGoalUnitType
type INWorkoutGoalUnitType = 
Inheritance
INWorkoutGoalUnitType
Attributes

Fields

Foot 3

The workout goal is a distance in feet.

Hour 8

The workout goal is a time in hours.

Inch 1

The workout goal is a distance in inches.

Joule 9

The workout goal is an energy measured in joules.

KiloCalorie 10

The workout goal is an energy measured in kilocalories.

Meter 2

The workout goal is a distance measured in meters.

Mile 4

The workout goal is a distance measured in miles.

Minute 7

The workout goal is a time measured in minutes.

Second 6

The workout goal is a time measured in seconds.

Unknown 0

The workout goal's form is indeterminate.

Yard 5

The workout goal is a distance measured in yards.

Applies to