Constructor
new InvitationReplyRequest(invitation, reply, parametersopt)
Creates a new instance of the InvitationReplyRequest class.
Pass the instance to the SmartFox#send method to validate and execute the request.
Pass the instance to the SmartFox#send method to validate and execute the request.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
invitation | SFSInvitation | An instance of the SFSInvitation class containing the Invitation details (inviter, custom parameters, etc). | ||
reply | number | The identifier of the answer to be sent to the inviter, among those provided by the InvitationReply class. | ||
parameters | SFSObject | <optional> | null | An object containing custom parameters to be returned to the inviter together with the reply, for example a message describing the reason of refusal. |