ExerciseEventType
public final class ExerciseEventType<C extends ExerciseEventCapabilities>
Type of exercise event which specifies the representations of ExerciseEventCapabilities for the event.
Note: the exercise event type defines only the representation and data format of event types. It does not act as a form of delivery for the event data.
Summary
Public fields |
|
|---|---|
static final @NonNull ExerciseEventType<@NonNull GolfShotEventCapabilities> |
An exercise event that can be used to notify the user a golf shot is detected by the device. |
static final @NonNull ExerciseEventType<@NonNull ExerciseEventCapabilities> |
An unknown event type. |
Public fields
GOLF_SHOT_EVENT
public static final @NonNull ExerciseEventType<@NonNull GolfShotEventCapabilities> GOLF_SHOT_EVENT
An exercise event that can be used to notify the user a golf shot is detected by the device.
UNKNOWN
public static final @NonNull ExerciseEventType<@NonNull ExerciseEventCapabilities> UNKNOWN
An unknown event type. This should not be received.