OxygenSaturation

data class OxygenSaturation(val startTime: Instant, val endTime: Instant) : KHReadRequest

Depicts that the app wants to read records of type KHRecord.OxygenSaturation from the health store.

Parameters

startTime

Filters the returned records list to at least start from this time instant

endTime

Filters the returned records list to at most end at this time instant

Constructors

Link copied to clipboard
constructor(startTime: Instant, endTime: Instant)

Properties

Link copied to clipboard
val endTime: Instant
Link copied to clipboard
val startTime: Instant