trixnity-client
Toggle table of contents
4.22.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
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
>