Added in API level 34

CyclingPedalingCadenceRecord

class CyclingPedalingCadenceRecord : IntervalRecord
kotlin.Any
   ↳ android.health.connect.datatypes.Record
   ↳ android.health.connect.datatypes.IntervalRecord
   ↳ android.health.connect.datatypes.CyclingPedalingCadenceRecord

Captures the user's cycling pedaling cadence.

Summary

Nested classes

Builder class for CyclingPedalingCadenceRecord

Represents a single measurement of the cycling pedaling cadence.

Public methods
Boolean
equals(other: Any?)

Indicates whether some other object is "equal to" this one.

MutableList<CyclingPedalingCadenceRecord.CyclingPedalingCadenceRecordSample!>

Int

Returns a hash code value for the object.

Inherited functions
Properties
static AggregationType<Double!>

Metric identifier to retrieve average cycling pedaling cadence using aggregate APIs in HealthConnectManager

static AggregationType<Double!>

Metric identifier to retrieve maximum cycling pedaling cadence using aggregate APIs in HealthConnectManager

static AggregationType<Double!>

Metric identifier to retrieve minimum cycling pedaling cadence using aggregate APIs in HealthConnectManager

Public methods

equals

Added in API level 34
fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Parameters
obj the reference object with which to compare.
object the reference object with which to compare. This value may be null.
Return
Boolean true if this object is the same as the obj

getSamples

Added in API level 34
fun getSamples(): MutableList<CyclingPedalingCadenceRecord.CyclingPedalingCadenceRecordSample!>
Return
MutableList<CyclingPedalingCadenceRecord.CyclingPedalingCadenceRecordSample!> CyclingPedalingCadenceRecord samples corresponding to this record This value cannot be null.

hashCode

Added in API level 34
fun hashCode(): Int

Returns a hash code value for the object.

Return
Int a hash code value for this object.

Properties

RPM_AVG

static val RPM_AVG: AggregationType<Double!>

Metric identifier to retrieve average cycling pedaling cadence using aggregate APIs in HealthConnectManager

RPM_MAX

static val RPM_MAX: AggregationType<Double!>

Metric identifier to retrieve maximum cycling pedaling cadence using aggregate APIs in HealthConnectManager

RPM_MIN

static val RPM_MIN: AggregationType<Double!>

Metric identifier to retrieve minimum cycling pedaling cadence using aggregate APIs in HealthConnectManager