KHHeartRateSample

data class KHHeartRateSample(val beatsPerMinute: Long, val time: Instant)

Represents a single measurement of the heart rate (KHRecord.HeartRate).

Parameters

time

The point in time when the measurement was taken. // TODO: Ensure this validation range is respected on all platforms

beatsPerMinute

Heart beats per minute. Validation range: 1-300.

Constructors

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

Properties

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