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 methods

boolean
equals(Object other)
int
@NonNull String

Public fields

GOLF_SHOT_EVENT

public static final @NonNull ExerciseEventType<@NonNull GolfShotEventCapabilitiesGOLF_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 ExerciseEventCapabilitiesUNKNOWN

An unknown event type. This should not be received.

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()