Package-level declarations

Types

Link copied to clipboard
data class Address

User's address.

Link copied to clipboard
data class AuthData

User authorization data.

Link copied to clipboard
data class BloodPressure

Blood pressure parameters.

Link copied to clipboard
data class BodyMeasurements

User's body measurements.

Link copied to clipboard

Comfortable sleep duration config.

Link copied to clipboard

Distance units.

Link copied to clipboard
data class FtInPair(val ft: Int = 0, val in: Float = 0.0f)

Pair of feet and inches.

Link copied to clipboard

Healbe private data.

Link copied to clipboard

User session state.

Link copied to clipboard
data class HealbeUser

Healbe profile data.

Link copied to clipboard

User health measurements.

Link copied to clipboard

User height units.

Link copied to clipboard

Hydration preferences:

Link copied to clipboard
data class SleepPreferences(val comfortableSleepDurationConfig: ComfortableSleepDurationConfig = ComfortableSleepDurationConfig())

User sleep preferences.

Link copied to clipboard
data class SleepPrivateData(val dataVersion: Long = 0, val data: String? = null)

Sleep private data, contains binary field for wristband user with data version. Read only.

Link copied to clipboard
data class StLbsPair @JvmOverloads constructor(val st: Int = 0, val lbs: Double = 0.0)

Stone and pounds pair data for weight.

Link copied to clipboard
data class UnitSettings

Profile store of user unit preferences. Units stored here can be used in app to format and show values.

Link copied to clipboard
data class UserConfig(_userEmail: String? = null, registerDate: Date? = null, hasPassedFirstConnection: Boolean = false, sendDebugData: Boolean = false)

User configuration.

Link copied to clipboard
data class UserName

User's first and last names.

Link copied to clipboard
data class UserPreferences

User sleep and hydration preferences.

Link copied to clipboard
data class UserSettings

User settings for wristband units and wristband notifications.

Link copied to clipboard

Volume units.

Link copied to clipboard

User weight units.

Link copied to clipboard

Wristband vibrate preferences. When vibrate is on wristband uses "rest" also called as "do not disturb" period.

Link copied to clipboard
data class YMD(val Y: Int = 0, val M: Int = 0, val D: Int = 0)

Helper class to store user's birth date in time independent format.