WeightRecord

data class WeightRecord(val time: Instant, val weight: Mass) : InstantaneousRecord

Captures the user's weight.

See Mass for supported units.

Constructors

Link copied to clipboard
constructor(time: Instant, weight: Mass)

Properties

Link copied to clipboard
open override val dataType: HealthDataType
Link copied to clipboard
open override val time: Instant

Time the record happened.

Link copied to clipboard