HeartRateRecord

@Serializable
@SerialName(value = "heart_rate")
data class HeartRateRecord(val time: Instant, val beatsPerMinute: Long) : InstantaneousRecord

Captures the user's heart rate.

Constructors

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

Properties

Link copied to clipboard
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
open override val typeIdentifier: Int = 6