public enum Exercise.ExerciseEvent.ExerciseEventType extends Enum<Exercise.ExerciseEvent.ExerciseEventType> implements ProtocolMessageEnumThe type of the event, such as start, stop, pause, resume.
Protobuf enum
google.devicesandservices.health.v4.Exercise.ExerciseEvent.ExerciseEventType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTO_PAUSE |
Exercise auto-pause event. |
AUTO_PAUSE_VALUE |
Exercise auto-pause event. |
AUTO_RESUME |
Exercise auto-resume event. |
AUTO_RESUME_VALUE |
Exercise auto-resume event. |
EXERCISE_EVENT_TYPE_UNSPECIFIED |
Exercise event type is unspecified. |
EXERCISE_EVENT_TYPE_UNSPECIFIED_VALUE |
Exercise event type is unspecified. |
PAUSE |
Exercise pause event. |
PAUSE_VALUE |
Exercise pause event. |
RESUME |
Exercise resume event. |
RESUME_VALUE |
Exercise resume event. |
START |
Exercise start event. |
START_VALUE |
Exercise start event. |
STOP |
Exercise stop event. |
STOP_VALUE |
Exercise stop event. |
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() |
|