Package-level declarations

Types

Link copied to clipboard
interface RecordDao

Data Access Object of RecordEntity

Link copied to clipboard
@Serializable
data class RecordEntity(val deviceCharacteristicLinkId: Long, val timestamp: LocalDateTime, val value: String, var isSynchronized: Boolean = false) : BasicEntity
Link copied to clipboard
class RecordRepository(context: Context)

Repository for RecordEntity