OutboundMegolmSessionRepository

interface OutboundMegolmSessionRepository : MinimalStoreRepository<RoomId, StoredOutboundMegolmSession>

Functions

Link copied to clipboard
abstract suspend fun delete(key: RoomId)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: RoomId): StoredOutboundMegolmSession?
Link copied to clipboard
abstract suspend fun save(key: RoomId, value: StoredOutboundMegolmSession)

Inheritors

Link copied to clipboard