ExercisePerformanceGoal


public abstract class ExercisePerformanceGoal
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.ExercisePerformanceGoal


A goal which should be aimed for during a PlannedExerciseStep.

Summary

Nested classes

class ExercisePerformanceGoal.AmrapGoal

An ExercisePerformanceGoal that requires completing as many repetitions as possible. 

class ExercisePerformanceGoal.CadenceGoal

An ExercisePerformanceGoal that requires a target cadence range to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.HeartRateGoal

An ExercisePerformanceGoal that requires a target heart rate range, in BPM, to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.PowerGoal

An ExercisePerformanceGoal that requires a target power range to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.RateOfPerceivedExertionGoal

An ExercisePerformanceGoal that requires a target RPE (rate of perceived exertion) to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.SpeedGoal

An ExercisePerformanceGoal that requires a target speed range to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.UnknownGoal

An ExercisePerformanceGoal that is unknown. 

class ExercisePerformanceGoal.WeightGoal

An ExercisePerformanceGoal that requires a target weight to be lifted during the associated PlannedExerciseStep

Inherited methods