Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<RoomStateRepositoryKey, Map<String, Event<*>>>>

Functions

Link copied to clipboard
abstract suspend fun delete(firstKey: RoomStateRepositoryKey, secondKey: String)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
open suspend override fun deleteByRoomId(roomId: RoomId)
Link copied to clipboard
abstract suspend fun get(firstKey: RoomStateRepositoryKey): Map<String, Event<*>>
abstract suspend fun get(firstKey: RoomStateRepositoryKey, secondKey: String): Event<*>?
Link copied to clipboard
abstract suspend fun save(firstKey: RoomStateRepositoryKey, secondKey: String, value: Event<*>)
Link copied to clipboard
open override fun serializeKey(firstKey: RoomStateRepositoryKey, secondKey: String): String