trixnity-crypto
Toggle table of contents
4.20.0
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmEncryptionServiceRequestHandler
Olm
Encryption
Service
Request
Handler
interface
OlmEncryptionServiceRequestHandler
Members
Functions
claim
Keys
Link copied to clipboard
abstract
suspend
fun
claimKeys
(
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
KeyAlgorithm
>
>
)
:
Result
<
ClaimKeys.Response
>
send
To
Device
Link copied to clipboard
abstract
suspend
fun
sendToDevice
(
events
:
Map
<
UserId
,
Map
<
String
,
ToDeviceEventContent
>
>
)
:
Result
<
Unit
>