matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto
/
OutgoingKeyRequest
/
OutgoingKeyRequest
Outgoing
Key
Request
constructor
(
requestBody
:
RoomKeyRequestBody
?
,
recipients
:
Map
<
String
,
List
<
String
>
>
,
fromIndex
:
Int
,
requestId
:
String
,
state
:
OutgoingRoomKeyRequestState
,
results
:
List
<
RequestReply
>
)