exerciseEventType property

String? exerciseEventType
getter/setter pair

The type of the event, such as start, stop, pause, resume.

Required. Possible string values are:

  • "EXERCISE_EVENT_TYPE_UNSPECIFIED" : Exercise event type is unspecified.
  • "START" : Exercise start event.
  • "STOP" : Exercise stop event.
  • "PAUSE" : Exercise pause event.
  • "RESUME" : Exercise resume event.
  • "AUTO_PAUSE" : Exercise auto-pause event.
  • "AUTO_RESUME" : Exercise auto-resume event.

Implementation

core.String? exerciseEventType;