Added in API level 34

Builder

class Builder
kotlin.Any
   ↳ android.health.connect.datatypes.HeightRecord.Builder

Builder class for HeightRecord

Summary

Public constructors
Builder(metadata: Metadata, time: Instant, height: Length)

Public methods
HeightRecord

HeightRecord.Builder

Sets the zone offset of this record to system default.

HeightRecord.Builder

Sets the zone offset of the user when the activity happened

Public constructors

Builder

Added in API level 34
Builder(
    metadata: Metadata,
    time: Instant,
    height: Length)
Parameters
metadata Metadata: Metadata to be associated with the record. See Metadata. This value cannot be null.
time Instant: Start time of this activity This value cannot be null.
height Length: Height in Length unit. Required field. Valid range: 0-3 meters. This value cannot be null.

Public methods

build

Added in API level 34
fun build(): HeightRecord
Return
HeightRecord Object of HeightRecord This value cannot be null.

clearZoneOffset

Added in API level 34
fun clearZoneOffset(): HeightRecord.Builder

Sets the zone offset of this record to system default.

Return
HeightRecord.Builder This value cannot be null.

setZoneOffset

Added in API level 34
fun setZoneOffset(zoneOffset: ZoneOffset): HeightRecord.Builder

Sets the zone offset of the user when the activity happened

Parameters
zoneOffset ZoneOffset: This value cannot be null.
Return
HeightRecord.Builder This value cannot be null.