public interface HealthService
Modifier and Type | Method and Description |
---|---|
int |
getAwakeSleepDuration()
Returns the awake sleep duration.
|
int |
getCalories()
Returns the number of calories burned in the current day.
|
int |
getDeepSleepDuration()
Returns the deep sleep duration.
|
int |
getHeartRate()
Returns the current heart rate.
|
int |
getLightSleepDuration()
Returns the light sleep duration.
|
int |
getOxygenSaturation()
Returns the blood peripheral oxygen saturation.
|
int |
getRemSleepDuration()
Returns the REM sleep duration.
|
int |
getSteps()
Returns the number of steps walked in the current day.
|
int getAwakeSleepDuration()
int getCalories()
int getDeepSleepDuration()
int getHeartRate()
int getLightSleepDuration()
int getOxygenSaturation()
int getRemSleepDuration()
int getSteps()