InMemoryOlmSessionRepository

Constructors

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>)

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<Key.Curve25519Key, Set<StoredOlmSession>>>