ExerciseInfo


class ExerciseInfo


High-level info about the exercise.

Summary

Public constructors

ExerciseInfo(exerciseTrackedStatus: Int, exerciseType: ExerciseType)

Public properties

Int

Returns the ExerciseTrackedStatus.

ExerciseType

Returns the ExerciseType of the active exercise, or ExerciseType.UNKNOWN if there is no active exercise.

Public constructors

ExerciseInfo

Added in 1.0.0
ExerciseInfo(exerciseTrackedStatus: Int, exerciseType: ExerciseType)

Public properties

exerciseTrackedStatus

Added in 1.0.0
val exerciseTrackedStatus: Int

Returns the ExerciseTrackedStatus.

exerciseType

Added in 1.0.0
val exerciseType: ExerciseType

Returns the ExerciseType of the active exercise, or ExerciseType.UNKNOWN if there is no active exercise.