ClientOlmEncryptionServiceRequestHandler

class ClientOlmEncryptionServiceRequestHandler(api: MatrixClientServerApiClient) : OlmEncryptionServiceRequestHandler

Constructors

Link copied to clipboard
constructor(api: MatrixClientServerApiClient)

Functions

Link copied to clipboard
open suspend override fun claimKeys(oneTimeKeys: Map<UserId, Map<String, KeyAlgorithm>>): Result<ClaimKeys.Response>
Link copied to clipboard
open suspend override fun sendToDevice(events: Map<UserId, Map<String, ToDeviceEventContent>>): Result<Unit>