RestingHeartRate

data class RestingHeartRate(val beatsPerMinute: Long, val time: Instant) : KHRecord

Captures the user's resting heart rate. Each record represents a single instantaneous measurement. These are typically measured after waking up and before getting out of bed.

Parameters

beatsPerMinute

Number of heartbeats per minute while at rest

time

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

Constructors

Link copied to clipboard
constructor(beatsPerMinute: Long, time: Instant)

Properties

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