Added in API level 34

WheelchairPushesRecord

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

Captures the number of wheelchair pushes done over a time interval. Each push 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 pushes were made.

Summary

Nested classes

Builder class for WheelchairPushesRecord

Public methods
Boolean
equals(other: Any?)

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

Long

Int

Returns a hash code value for the object.

Inherited functions
Properties
static AggregationType<Long!>

Metric identifier to get total wheelchair push 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.
Return
Boolean true if this object is the same as the object argument; false otherwise.

getCount

Added in API level 34
fun getCount(): Long
Return
Long wheelchair pushes count.

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

WHEEL_CHAIR_PUSHES_COUNT_TOTAL

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

Metric identifier to get total wheelchair push count using aggregate APIs in HealthConnectManager