hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk.models
/
ActivityData
Activity
Data
data
class
ActivityData
(
val
activityType
:
String
,
val
pedometer
:
StepsData
?
)
:
EventData
Content copied to clipboard
Constructors
Properties
Constructors
Activity
Data
Link copied to clipboard
fun
ActivityData
(
activityType
:
String
,
pedometer
:
StepsData
?
)
Content copied to clipboard
Properties
activityType
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
activityType
:
String
Content copied to clipboard
pedometer
Link copied to clipboard
@
SerializedName
(
value
=
"pedometer"
)
val
pedometer
:
StepsData
?
Content copied to clipboard