SegmentedDataDao

Functions

Link copied to clipboard
abstract suspend fun delete(segmentKey: String, dataKey: String)
Link copied to clipboard
abstract suspend fun deleteByIds(segmentKey: String, dataKeys: List<String>)
Link copied to clipboard
abstract suspend fun get(segmentKey: String, dataKey: String): SegmentedDataEntity?
Link copied to clipboard
abstract suspend fun getAll(segmentKey: String): List<SegmentedDataEntity>
Link copied to clipboard
abstract suspend fun getByIds(segmentKey: String, dataKeys: List<String>): List<SegmentedDataEntity>
Link copied to clipboard
abstract suspend fun upsert(entity: SegmentedDataEntity)
Link copied to clipboard
abstract suspend fun wipe(segmentKey: String)