HealthConstants.Exercise.UUID |
[Mandatory]
Data's unique ID,
assigned by the system when a new data is inserted |
HealthConstants.Exercise.CREATE_TIME |
[Mandatory]
UTC milliseconds when a data is created in the health data store,
assigned by the system when a new data is inserted |
HealthConstants.Exercise.UPDATE_TIME |
[Mandatory]
UTC milliseconds when a data is updated in the health data store,
assigned by the system when a new data is inserted or the existing data is updated |
HealthConstants.Exercise.PACKAGE_NAME |
[Mandatory]
Package name which provides data,
assigned by the system when a new data is inserted |
HealthConstants.Exercise.DEVICE_UUID |
[Mandatory]
Device identifier which provides the health data |
HealthConstants.Exercise.START_TIME |
[Mandatory]
UTC milliseconds when the measurement is started |
HealthConstants.Exercise.END_TIME |
[Mandatory]
UTC milliseconds after the measurement has ended
If the Samsung Health's exercise data has the same START_TIME and END_TIME ,
it means the user didn't select the "PAUSE" or "STOP" button yet on Samsung Health.
|
HealthConstants.Exercise.TIME_OFFSET |
[Mandatory]
Time offset in milliseconds which considers the time zone and daylight saving time |
HealthConstants.Exercise.EXERCISE_TYPE |
[Mandatory]
Predefined exercise type |
HealthConstants.Exercise.EXERCISE_CUSTOM_TYPE |
Custom exercise type |
HealthConstants.Exercise.CALORIE |
[Mandatory]
Burned calorie |
HealthConstants.Exercise.DURATION |
[Mandatory]
Duration of this exercise |
HealthConstants.Exercise.DISTANCE |
Distance |
HealthConstants.Exercise.ALTITUDE_GAIN |
Increased altitude during the activity |
HealthConstants.Exercise.ALTITUDE_LOSS |
Decreased altitude during the activity |
HealthConstants.Exercise.COUNT |
Count of a repetitive action |
HealthConstants.Exercise.COUNT_TYPE |
Type of the count |
HealthConstants.Exercise.MAX_SPEED |
Maximum speed |
HealthConstants.Exercise.MEAN_SPEED |
Mean speed |
HealthConstants.Exercise.MAX_CALORICBURN_RATE |
Maximum rate of burned calories |
HealthConstants.Exercise.MEAN_CALORICBURN_RATE |
Mean rate of burned calories |
HealthConstants.Exercise.MAX_CADENCE |
Maximum cadence rate |
HealthConstants.Exercise.MEAN_CADENCE |
Mean cadence rate |
HealthConstants.Exercise.MAX_HEART_RATE |
Maximum heart rate |
HealthConstants.Exercise.MEAN_HEART_RATE |
Mean heart rate |
HealthConstants.Exercise.MIN_HEART_RATE |
Minimum heart rate |
HealthConstants.Exercise.MAX_ALTITUDE |
Maximum altitude |
HealthConstants.Exercise.MIN_ALTITUDE |
Minimum altitude |
HealthConstants.Exercise.INCLINE_DISTANCE |
Uphill distance |
HealthConstants.Exercise.DECLINE_DISTANCE |
Downhill distance |
HealthConstants.Exercise.MAX_POWER |
Maximum power |
HealthConstants.Exercise.MEAN_POWER |
Mean power |
HealthConstants.Exercise.MEAN_RPM |
Mean RPM (Revolutions Per Minute) |
HealthConstants.Exercise.MAX_RPM |
Max RPM (Revolutions Per Minute) |
HealthConstants.Exercise.LIVE_DATA |
Live data (e.g. heart rate, speed, power, and so on) during exercise |
HealthConstants.Exercise.LOCATION_DATA |
Location (trajectory) data during exercise |
HealthConstants.Exercise.VO2_MAX |
Maximal oxygen consumption during exercise. |
HealthConstants.Exercise.COMMENT |
Comment |
HealthConstants.Exercise.ADDITIONAL |
Additional info to express exercise's details |
HealthConstants.Exercise.CUSTOM |
Custom info which is formatted with JSON and compressed data |