trixnity-crypto
Toggle table of contents
4.19.0
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmStore
/
updateOlmSessions
update
Olm
Sessions
abstract
suspend
fun
updateOlmSessions
(
senderKeyValue
:
KeyValue.Curve25519KeyValue
,
updater
:
suspend
(
Set
<
StoredOlmSession
>
?
)
->
Set
<
StoredOlmSession
>
?
)