InMemoryRoomStateRepository
Properties
Link copied to clipboard
val content: MutableStateFlow<Map<RoomStateRepositoryKey, Map<String, ClientEvent.StateBaseEvent<*>>>>
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend fun get(firstKey: RoomStateRepositoryKey, secondKey: String): ClientEvent.StateBaseEvent<*>?
Link copied to clipboard
open suspend override fun getByRooms(roomIds: Set<RoomId>, type: String, stateKey: String): List<ClientEvent.StateBaseEvent<*>>
Link copied to clipboard
open suspend fun save(firstKey: RoomStateRepositoryKey, secondKey: String, value: ClientEvent.StateBaseEvent<*>)
Link copied to clipboard