toggle menu
trixnity-client
4.2.3
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.crypto
/
ClientOlmEncryptionServiceRequestHandler
Client
Olm
Encryption
Service
Request
Handler
class
ClientOlmEncryptionServiceRequestHandler
(
api
:
MatrixClientServerApiClient
)
:
OlmEncryptionServiceRequestHandler
Members
Constructors
Client
Olm
Encryption
Service
Request
Handler
Link copied to clipboard
constructor
(
api
:
MatrixClientServerApiClient
)
Functions
claim
Keys
Link copied to clipboard
open
suspend override
fun
claimKeys
(
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
KeyAlgorithm
>
>
)
:
Result
<
ClaimKeys.Response
>
send
To
Device
Link copied to clipboard
open
suspend override
fun
sendToDevice
(
events
:
Map
<
UserId
,
Map
<
String
,
ToDeviceEventContent
>
>
)
:
Result
<
Unit
>