trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.store.repository
/
OlmSessionRepository
Olm
Session
Repository
interface
OlmSessionRepository
:
FullRepository
<
KeyValue.Curve25519KeyValue
,
Set
<
StoredOlmSession
>
>
Inheritors
InMemoryOlmSessionRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
KeyValue.Curve25519KeyValue
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
KeyValue.Curve25519KeyValue
)
:
Set
<
StoredOlmSession
>
?
get
All
Link copied to clipboard
abstract
suspend
fun
getAll
(
)
:
List
<
Set
<
StoredOlmSession
>
>
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
KeyValue.Curve25519KeyValue
,
value
:
Set
<
StoredOlmSession
>
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
KeyValue.Curve25519KeyValue
)
:
String