Class SetUserVariablesRequest

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

public class SetUserVariablesRequest extends BaseRequest
Sets one or more custom User Variables for the current user.

When a User Variable is set, the userVariablesUpdate event is dispatched to all the users in all the Rooms joined by the current user, including himself.

NOTE: the userVariablesUpdate event is dispatched to users in a specific Room only if it is configured to allow this event (see the RoomSettings.permissions parameter).

See Also: