Constructors

constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<InboundMegolmMessageIndexRepositoryKey, StoredInboundMegolmMessageIndex>>

Functions

Link copied to clipboard
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: InboundMegolmMessageIndexRepositoryKey): StoredInboundMegolmMessageIndex?
Link copied to clipboard
abstract suspend fun save(key: InboundMegolmMessageIndexRepositoryKey, value: StoredInboundMegolmMessageIndex)
Link copied to clipboard