Hubro Connect
Toggle table of contents
1.4.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Hubro Connect
Hubro Connect
/
no.hubroplatform.hubroconnect
/
OxygenSaturationRecord
Oxygen
Saturation
Record
@
Serializable
@
SerialName
(
value
=
"oxygen_saturation"
)
data
class
OxygenSaturationRecord
(
val
time
:
Instant
,
val
percentage
:
Double
)
:
InstantaneousRecord
Captures the user's oxygen saturation level.
Members
Constructors
Oxygen
Saturation
Record
Link copied to clipboard
constructor
(
time
:
Instant
,
percentage
:
Double
)
Properties
data
Type
Link copied to clipboard
open
override
val
dataType
:
HealthDataType
percentage
Link copied to clipboard
val
percentage
:
Double
time
Link copied to clipboard
open
override
val
time
:
Instant
Time the record happened.
type
Identifier
Link copied to clipboard
open
override
val
typeIdentifier
:
Int
=
9