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
/
HeightRecord
Height
Record
@
Serializable
@
SerialName
(
value
=
"height"
)
data
class
HeightRecord
(
val
time
:
Instant
,
val
height
:
Double
)
:
InstantaneousRecord
Captures the user's height.
Members
Constructors
Height
Record
Link copied to clipboard
constructor
(
time
:
Instant
,
height
:
Double
)
Properties
data
Type
Link copied to clipboard
open
override
val
dataType
:
HealthDataType
height
Link copied to clipboard
val
height
:
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
=
4