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
/
HeartRateRecord
Heart
Rate
Record
@
Serializable
@
SerialName
(
value
=
"heart_rate"
)
data
class
HeartRateRecord
(
val
time
:
Instant
,
val
beatsPerMinute
:
Long
)
:
InstantaneousRecord
Captures the user's heart rate.
Members
Constructors
Heart
Rate
Record
Link copied to clipboard
constructor
(
time
:
Instant
,
beatsPerMinute
:
Long
)
Properties
beats
Per
Minute
Link copied to clipboard
val
beatsPerMinute
:
Long
data
Type
Link copied to clipboard
open
override
val
dataType
:
HealthDataType
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
=
6