class ExerciseEventType<C : 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 companion properties

ExerciseEventType<GolfShotEventCapabilities>

An exercise event that can be used to notify the user a golf shot is detected by the device.

ExerciseEventType<ExerciseEventCapabilities>

An unknown event type.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public companion properties

GOLF_SHOT_EVENT

val GOLF_SHOT_EVENTExerciseEventType<GolfShotEventCapabilities>

An exercise event that can be used to notify the user a golf shot is detected by the device.

UNKNOWN

val UNKNOWNExerciseEventType<ExerciseEventCapabilities>

An unknown event type. This should not be received.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String