OlmSessionRepository

interface OlmSessionRepository : MinimalStoreRepository<Key.Curve25519Key, Set<StoredOlmSession>>

Functions

Link copied to clipboard
abstract suspend fun delete(key: Key.Curve25519Key)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: Key.Curve25519Key): Set<StoredOlmSession>?
Link copied to clipboard
abstract suspend fun save(key: Key.Curve25519Key, value: Set<StoredOlmSession>)

Inheritors

Link copied to clipboard