In Memory Room Account Data Repository
class InMemoryRoomAccountDataRepository : InMemoryMapRepository<RoomAccountDataRepositoryKey, String, Event.RoomAccountDataEvent<*>> , RoomAccountDataRepository
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun get(firstKey: RoomAccountDataRepositoryKey): Map<String, Event.RoomAccountDataEvent<*>>
abstract suspend fun get(firstKey: RoomAccountDataRepositoryKey, secondKey: String): Event.RoomAccountDataEvent<*>?
Link copied to clipboard
abstract suspend fun save(firstKey: RoomAccountDataRepositoryKey, secondKey: String, value: Event.RoomAccountDataEvent<*>)
Link copied to clipboard