ExercisePerformanceTarget.RateOfPerceivedExertionTarget


class ExercisePerformanceTarget.RateOfPerceivedExertionTarget : ExercisePerformanceTarget


An ExercisePerformanceTarget that requires a target RPE (rate of perceived exertion) to be met during the associated {@link PlannedExerciseStep}.

Values correspond to the Borg CR10 RPE scale and must be in the range 0 to 10 inclusive. 0: No exertion (at rest) 1: Very light 2-3: Light 4-5: Moderate 6-7: Hard 8-9: Very hard 10: Maximum effort

Summary

Public constructors

Public functions

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

Public properties

Int

Public constructors

RateOfPerceivedExertionTarget

Added in 1.1.0-alpha10
RateOfPerceivedExertionTarget(rpe: Int)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

rpe

Added in 1.1.0-alpha10
val rpeInt