Enum Exercise.ExerciseEvent.ExerciseEventType (0.2.0)

public enum Exercise.ExerciseEvent.ExerciseEventType extends Enum<Exercise.ExerciseEvent.ExerciseEventType> implements ProtocolMessageEnum

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

Protobuf enum google.devicesandservices.health.v4.Exercise.ExerciseEvent.ExerciseEventType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTO_PAUSE

Exercise auto-pause event.

AUTO_PAUSE = 5;

AUTO_PAUSE_VALUE

Exercise auto-pause event.

AUTO_PAUSE = 5;

AUTO_RESUME

Exercise auto-resume event.

AUTO_RESUME = 6;

AUTO_RESUME_VALUE

Exercise auto-resume event.

AUTO_RESUME = 6;

EXERCISE_EVENT_TYPE_UNSPECIFIED

Exercise event type is unspecified.

EXERCISE_EVENT_TYPE_UNSPECIFIED = 0;

EXERCISE_EVENT_TYPE_UNSPECIFIED_VALUE

Exercise event type is unspecified.

EXERCISE_EVENT_TYPE_UNSPECIFIED = 0;

PAUSE

Exercise pause event.

PAUSE = 3;

PAUSE_VALUE

Exercise pause event.

PAUSE = 3;

RESUME

Exercise resume event.

RESUME = 4;

RESUME_VALUE

Exercise resume event.

RESUME = 4;

START

Exercise start event.

START = 1;

START_VALUE

Exercise start event.

START = 1;

STOP

Exercise stop event.

STOP = 2;

STOP_VALUE

Exercise stop event.

STOP = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()