OlmEncryptionServiceRequestHandler

Functions

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