SFSEventROOM_PASSWORD_STATE_CHANGE Field |
Dispatched when the password of a Room is set, changed or removed.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string ROOM_PASSWORD_STATE_CHANGE
Field Value
Type:
StringRemarks
This event is fired in response to the
ChangeRoomPasswordStateRequest request if the operation is executed successfully.
The
Params object contains the following parameters:
Parameter | Description |
---|
room | (Room) An object representing the Room whose password was changed. |
Examples See Also