Language

ExerciseSegment.RateOfPerceivedExertion Property

Definition

Gets the rate of perceived exertion (RPE) for this exercise segment.

public float RateOfPerceivedExertion { [Android.Runtime.Register("getRateOfPerceivedExertion", "()F", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRateOfPerceivedExertion", "()F", "", ApiSince=36)>]
member this.RateOfPerceivedExertion : single

Property Value

Value is between 0.0f and 10.0f inclusive

Attributes

Remarks

Gets the rate of perceived exertion (RPE) for this exercise segment.

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

Use #hasRateOfPerceivedExertion to check whether RPE exists for this segment.

Java documentation for android.health.connect.datatypes.ExerciseSegment.getRateOfPerceivedExertion().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to