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
/
ActiveCaloriesRecord
Active
Calories
Record
@
Serializable
@
SerialName
(
value
=
"active_calories"
)
data
class
ActiveCaloriesRecord
(
val
startTime
:
Instant
,
val
endTime
:
Instant
,
val
energy
:
Double
)
:
IntervalRecord
Captures the user's active calories burned.
Members
Constructors
Active
Calories
Record
Link copied to clipboard
constructor
(
startTime
:
Instant
,
endTime
:
Instant
,
energy
:
Double
)
Properties
data
Type
Link copied to clipboard
open
override
val
dataType
:
HealthDataType
end
Time
Link copied to clipboard
open
override
val
endTime
:
Instant
End time of the record.
energy
Link copied to clipboard
val
energy
:
Double
start
Time
Link copied to clipboard
open
override
val
startTime
:
Instant
Start time of the record.
type
Identifier
Link copied to clipboard
open
override
val
typeIdentifier
:
Int
=
2