Click or drag to resize

SFSEventROOM_GROUP_SUBSCRIBE Field

Dispatched when a Group is subscribed by the current user.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string ROOM_GROUP_SUBSCRIBE

Field Value

Type: String
Remarks
This event is fired in response to the SubscribeRoomGroupRequest request if the operation is executed successfully.

The Params object contains the following parameters:

ParameterDescription
groupId(string) The name of the Group that was subscribed.
newRooms(List<Room>) A list of objects representing the Rooms belonging to the subscribed Group.
Examples
See the SubscribeRoomGroupRequest example.
See Also