Class AdminMessageRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.GenericMessageRequest
sfs3.client.requests.AdminMessageRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class AdminMessageRequest extends sfs3.client.requests.GenericMessageRequest
Sends an administrator message to a specific user or a group of users.

The current user must have administration privileges to be able to send the message (see the User.privilegeId property).

The recipientMode parameter in the class constructor is used to determine the message recipients: a single user or all the users in a Room, a Group or the entire Zone. Upon message delivery, the clients of the recipient users dispatch the adminMessage event.

See Also: