Types

Link copied to clipboard
@Serializable
data object ActiveCalories : HealthDataType

Captures the user's active calories burned.

Link copied to clipboard
@Serializable
data object BloodGlucose : HealthDataType

Captures the user's blood glucose level.

Link copied to clipboard
@Serializable
data object BloodPressure : HealthDataType

Captures the user's blood pressure.

Link copied to clipboard
@Serializable
data object BodyFatPercentage : HealthDataType

Captures the user's body fat percentage.

Link copied to clipboard
@Serializable
data object Distance : HealthDataType

Captures the distance traveled by the user.

Link copied to clipboard
@Serializable
data object HeartRate : HealthDataType

Captures the user's heart rate.

Link copied to clipboard
@Serializable
data object Height : HealthDataType

Captures the user's height.

Link copied to clipboard
@Serializable
data object Hydration : HealthDataType

Captures the user's hydration level.

Link copied to clipboard
@Serializable
data object OxygenSaturation : HealthDataType

Captures the user's oxygen saturation level.

Link copied to clipboard
@Serializable
data object Sleep : HealthDataType

Captures the user's sleep data.

Link copied to clipboard
@Serializable
data object Steps : HealthDataType

Captures the number of steps taken since the last reading.

Link copied to clipboard
@Serializable
data object Weight : HealthDataType

Captures the user's weight.