SFSEventADMIN_MESSAGE Field |
Dispatched when the current user receives a message from an administrator user.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string ADMIN_MESSAGE
Field Value
Type:
StringRemarks
This event is caused by the
AdminMessageRequest request sent by a user with administration privileges.
The
Params object contains the following parameters:
Parameter | Description |
---|
sender | (User) An object representing the administrator user who sent the message. |
message | (string) The message sent by the administrator. |
data | (ISFSObject) An object containing custom parameters which might accompany the message. |
Examples See Also