ExerciseUpdateListenerEvent
Kotlin
|Java
class ExerciseUpdateListenerEvent : ProtoParcelable<ExerciseUpdateListenerEvent>
An event representing an ExerciseUpdateListener
invocation.
Summary
Public constructors | |
---|---|
ExerciseUpdateListenerEvent(proto: ExerciseUpdateListenerEvent) An event representing an |
Companion functions | |
---|---|
ExerciseUpdateListenerEvent |
createAvailabilityUpdateEvent(availability: AvailabilityResponse) |
ExerciseUpdateListenerEvent |
createExerciseUpdateEvent(exerciseUpdate: ExerciseUpdateResponse) |
ExerciseUpdateListenerEvent |
createLapSummaryEvent(lapSummary: ExerciseLapSummaryResponse) |
Inherited functions | |
---|---|
Properties | |
---|---|
ExerciseUpdateListenerEvent |
Proto representation of this object. |
Companion properties | |
---|---|
Creator<ExerciseUpdateListenerEvent> |
Inherited properties | |
---|---|
Public constructors
ExerciseUpdateListenerEvent
ExerciseUpdateListenerEvent(proto: ExerciseUpdateListenerEvent)
An event representing an ExerciseUpdateListener
invocation.
Properties
proto
val proto: ExerciseUpdateListenerEvent
Proto representation of this object.
Companion functions
createAvailabilityUpdateEvent
@JvmStatic fun createAvailabilityUpdateEvent(availability: AvailabilityResponse): ExerciseUpdateListenerEvent
createExerciseUpdateEvent
@JvmStatic fun createExerciseUpdateEvent(exerciseUpdate: ExerciseUpdateResponse): ExerciseUpdateListenerEvent
createLapSummaryEvent
@JvmStatic fun createLapSummaryEvent(lapSummary: ExerciseLapSummaryResponse): ExerciseUpdateListenerEvent
Companion properties
CREATOR
val CREATOR: Creator<ExerciseUpdateListenerEvent>