InboundMegolmSessionRepository

Functions

Link copied to clipboard
abstract suspend fun delete(key: InboundMegolmSessionRepositoryKey)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: InboundMegolmSessionRepositoryKey): StoredInboundMegolmSession?
Link copied to clipboard
abstract suspend fun getByNotBackedUp(): Set<StoredInboundMegolmSession>
Link copied to clipboard
abstract suspend fun save(key: InboundMegolmSessionRepositoryKey, value: StoredInboundMegolmSession)
Link copied to clipboard