OxygenSaturationRecord

@Serializable
@SerialName(value = "oxygen_saturation")
data class OxygenSaturationRecord(val time: Instant, val percentage: Double) : InstantaneousRecord

Captures the user's oxygen saturation level.

Constructors

Link copied to clipboard
constructor(time: Instant, percentage: Double)

Properties

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

Time the record happened.

Link copied to clipboard
open override val typeIdentifier: Int = 9