InMemoryRoomAccountDataRepository
Properties
Link copied to clipboard
val content: MutableStateFlow<Map<RoomAccountDataRepositoryKey, Map<String, ClientEvent.RoomAccountDataEvent<*>>>>
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend fun get(firstKey: RoomAccountDataRepositoryKey): Map<String, ClientEvent.RoomAccountDataEvent<*>>
open suspend fun get(firstKey: RoomAccountDataRepositoryKey, secondKey: String): ClientEvent.RoomAccountDataEvent<*>?
Link copied to clipboard
open suspend fun save(firstKey: RoomAccountDataRepositoryKey, secondKey: String, value: ClientEvent.RoomAccountDataEvent<*>)
Link copied to clipboard