Constructor
new AdminMessageRequest(message, recipientMode, parametersopt)
Creates a new instance of the AdminMessageRequest 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 |
|---|---|---|---|---|
message | string | The message of the administrator User to be delivered to the target User/s defined by the `recipientMode` parameter. | ||
recipientMode | MessageRecipientMode | The target to which the message should be delivered. | ||
parameters | SFSObject | <optional> | null | An object containing custom parameters to be sent to the recipient User/s together with the message. |