Functions

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