INWorkoutLocationType Enum

Definition

Enumerates where the workout is occurring.

[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 INWorkoutLocationType
type INWorkoutLocationType = 
Inheritance
INWorkoutLocationType
Attributes

Fields

Indoor 2

The workout is indoors.

Outdoor 1

The workout is outdoors.

Unknown 0

The location is indeterminate.

Applies to