Package-level declarations
Types
Link copied to clipboard
The unit of length available for com.advantahealth.api.activities.model.ActivityType.SMART_WALKING_ACTIVITY
Link copied to clipboard
class HealthData(var date: LocalDate? = null, var timeZoneId: String? = TimeZone.currentSystemDefault().id, var startZonedDateTime: String? = null, var endZonedDateTime: String? = null, var steps: Long? = null, var calories: Double? = null, var distance: Double? = null, var distanceUnits: DistanceUnit? = DistanceUnit.MILES, var activeMinutes: Long? = null)
HealthData — represents a daily snapshot of physical activity.