In Memory Room State Repository
class InMemoryRoomStateRepository : InMemoryMapRepository<RoomStateRepositoryKey, String, Event<*>> , RoomStateRepository
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun saveBySecondKey(firstKey: RoomStateRepositoryKey, secondKey: String, value: Event<*>)
Link copied to clipboard