trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store
/
OlmCryptoStore
/
updateInboundMegolmSession
update
Inbound
Megolm
Session
suspend
fun
updateInboundMegolmSession
(
sessionId
:
String
,
roomId
:
RoomId
,
updater
:
suspend
(
oldInboundMegolmSession
:
StoredInboundMegolmSession
?
)
->
StoredInboundMegolmSession
?
)