RespondToRequestsOptions

data class RespondToRequestsOptions(val socket: SocketManager? = null, val request: Request, val updateRequestList: (List<Request>) -> Unit, val requestList: List<Request>, val action: String, val roomName: String)

Defines the options for responding to requests.

Constructors

Link copied to clipboard
constructor(socket: SocketManager? = null, request: Request, updateRequestList: (List<Request>) -> Unit, requestList: List<Request>, action: String, roomName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val socket: SocketManager? = null
Link copied to clipboard