BoneMass

data class BoneMass(val unit: KHUnit.Mass, val value: Double, val time: Instant) : KHRecord

Bone mass is the total weight of bones in the body, reflecting the amount of bone tissue and its density.

Note - This record is available on Android only. It will be ignored on Apple.

Parameters

unit

Measurement scale of this record

value

The value of this record

time

Time instant of the interval over which the value this record was captured

Constructors

Link copied to clipboard
constructor(unit: KHUnit.Mass, value: Double, time: Instant)

Properties

Link copied to clipboard
val time: Instant
Link copied to clipboard
Link copied to clipboard