Added in API level 34
HydrationRecord
class HydrationRecord : IntervalRecord
kotlin.Any | |||
↳ | android.health.connect.datatypes.Record | ||
↳ | android.health.connect.datatypes.IntervalRecord | ||
↳ | android.health.connect.datatypes.HydrationRecord |
Captures the amount of liquids user had in a single drink.
Summary
Nested classes | |
---|---|
Builder class for |
Public methods | |
---|---|
Boolean |
Indicates whether some other object is "equal to" this one. |
Volume | |
Int |
hashCode() |
Inherited functions | |
---|---|
Properties | |
---|---|
static AggregationType<Volume!> |
Metric identifier to get hydration total volume using aggregate APIs in |
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 |
getVolume
Added in API level 34
fun getVolume(): Volume
Return | |
---|---|
Volume |
hydration volume This value cannot be null . |
Properties
VOLUME_TOTAL
Added in API level 34
static val VOLUME_TOTAL: AggregationType<Volume!>
Metric identifier to get hydration total volume using aggregate APIs in HealthConnectManager