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
fun OutgoingKeyRequest(    requestBody: RoomKeyRequestBody?,     recipients: Map<String, List<String>>,     fromIndex: Int,     requestId: String,     state: OutgoingRoomKeyRequestState,     results: List<RequestReply>)

Properties

Link copied to clipboard
val fromIndex: Int
Link copied to clipboard
val recipients: Map<String, List<String>>
Link copied to clipboard
var requestBody: RoomKeyRequestBody?
Link copied to clipboard
val requestId: String
Link copied to clipboard
val results: List<RequestReply>
Link copied to clipboard
val roomId: String?

Used only for log.

Link copied to clipboard
val sessionId: String?

Used only for log.

Link copied to clipboard
val state: OutgoingRoomKeyRequestState