OutgoingKeyRequest

data class OutgoingKeyRequest(var requestBody: RoomKeyRequestBody?, val recipients: Map<String, List<String>>, val fromIndex: Int, val requestId: String, val state: OutgoingRoomKeyRequestState, val results: List<RequestReply>)

Constructors

Link copied to clipboard
constructor(requestBody: RoomKeyRequestBody?, recipients: Map<String, List<String>>, fromIndex: Int, requestId: String, state: OutgoingRoomKeyRequestState, results: List<RequestReply>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Used only for log.

Link copied to clipboard

Used only for log.

Link copied to clipboard