AFCore
Toggle table of contents
1.10.0
AFCore
Target filter
AFCore
Switch theme
Search in API
Skip to content
AFCore
AFCore
/
com.advantahealth.api.health.model
/
WorkoutSession
/
WorkoutSession
Workout
Session
AFCore
constructor
(
activityType
:
String
,
startTimeIso
:
String
,
endTimeIso
:
String
,
startTimeEpochSeconds
:
Long
,
endTimeEpochSeconds
:
Long
,
durationMinutes
:
Double
,
totalEnergyKilocalories
:
Double
?
=
null
,
totalDistanceMeters
:
Double
?
=
null
,
sourceName
:
String
?
=
null
)