Class Exercise.Types.ExerciseEvent
Represents instantaneous events that happen during an exercise, such as start, stop, pause, split.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class Exercise.Types.ExerciseEvent : IMessage<Exercise.Types.ExerciseEvent>, IEquatable<Exercise.Types.ExerciseEvent>, IDeepCloneable<Exercise.Types.ExerciseEvent>, IBufferMessage, IMessage
Constructors
ExerciseEvent()
Declaration
public ExerciseEvent()
ExerciseEvent(ExerciseEvent)
Declaration
public ExerciseEvent(Exercise.Types.ExerciseEvent other)
Parameters
| Type | Name | Description |
|---|---|---|
| Exercise.Types.ExerciseEvent | other |
Properties
EventTime
Required. Exercise event time
Declaration
public Timestamp EventTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
EventUtcOffset
Required. Exercise event time offset from UTC
Declaration
public Duration EventUtcOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
ExerciseEventType
Required. The type of the event, such as start, stop, pause, resume.
Declaration
public Exercise.Types.ExerciseEvent.Types.ExerciseEventType ExerciseEventType { get; set; }
Property Value
| Type | Description |
|---|---|
| Exercise.Types.ExerciseEvent.Types.ExerciseEventType |