Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BasalInsulin(id: String, _annotationDate: Long = -1, _glycemia: Int = -1, _insulinUnits: Int = -1) : GlycemicMeasurementItem

The BasalInsulin data class represents the measurement of the basal insulin

Link copied to clipboard
@Serializable
sealed class GlycemicMeasurementItem

The GlycemicMeasurementItem data class represents an item which handle glycemic measurements such glycemia and related insulin units

Link copied to clipboard
@Serializable
data class Meal(id: String, val type: MeasurementType, _annotationDate: Long = -1, _rawContent: String = "", _glycemia: Int = -1, _postPrandialGlycemia: Int = -1, _insulinUnits: Int = -1) : GlycemicMeasurementItem

The Meal data class represents the measurement of a meal