SFSEventROOM_GROUP_UNSUBSCRIBE Field |
Dispatched when a Group is unsubscribed by the current user.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string ROOM_GROUP_UNSUBSCRIBE
Field Value
Type:
StringRemarks
This event is fired in response to the
UnsubscribeRoomGroupRequest request if the operation is executed successfully.
The
Params object contains the following parameters:
Parameter | Description |
---|
groupId | (string) The name of the Group that was unsubscribed. |
Examples See Also