Added in API level 34

StepsRecord


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

Captures the number of steps taken since the last reading. Each step is only reported once so records shouldn't have overlapping time. The start time of each record should represent the start of the interval in which steps were taken.

Summary

Nested classes

Builder class for StepsRecord

Public methods
Boolean
equals(other: Any?)

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

Long

Int

Inherited functions
Properties
static AggregationType<Long!>

Metric identifier to get total steps count 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.
o the reference object with which to compare.
Return
Boolean true if this object is the same as the obj

getCount

Added in API level 34
fun getCount(): Long
Return
Long Number of steps taken

hashCode

Added in API level 34
fun hashCode(): Int
Return
Int a hash code value for this object.

Properties

STEPS_COUNT_TOTAL

Added in API level 34
static val STEPS_COUNT_TOTAL: AggregationType<Long!>

Metric identifier to get total steps count using aggregate APIs in HealthConnectManager