HKWorkoutEventType Enum

Definition

Enumerates events that can occur during a workout (Pause, Resume).

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

Fields

Lap 3
Marker 4
MotionPaused 5
MotionResumed 6
Pause 1

The activity was paused.

PauseOrResumeRequest 8
Resume 2

The activity was resumed.

Segment 7

Applies to