SFSUserManager Methods |
The SFSUserManager type exposes the following members.
Name | Description | |
---|---|---|
ContainsUser |
Indicates whether a user exists in the local users list or not.
| |
ContainsUserId |
Indicates whether a user exists in the local users list or not from the id.
| |
ContainsUserName |
Indicates whether a user exists in the local users list or not from the name.
| |
GetUserById |
Retrieves a User object from its id property.
| |
GetUserByName |
Retrieves a User object from its name property.
| |
GetUserList |
Get the whole list of users inside the Rooms joined by the client.
|