#import <SFSUserManager.h>
Inherits NSObject, and <IUserManager>.
Inherited by SFSGlobalUserManager.
Manages the local Users.
The client side API only see the Users that are joined in the same Rooms of the current User.
◆ containsUser:
- (BOOL) containsUser: |
|
(id <User>) |
user |
|
Checks if a specific User object exists in the local User list
◆ containsUserId:
- (BOOL) containsUserId: |
|
(NSInteger) |
userId |
|
Checks if a specific User id exists in the local User list
◆ containsUserName:
- (BOOL) containsUserName: |
|
(NSString *) |
userName |
|
Checks if a specific User name exists in the local User list
◆ getUserById:
- (id< User >) getUserById: |
|
(NSInteger) |
userId |
|
Get a User object from its id
◆ getUserByName:
- (id< User >) getUserByName: |
|
(NSString *) |
userName |
|
Get a User object from its name
◆ getUserList
- (NSArray *) getUserList |
|
|
|
Get the full list of Users
◆ userCount
Get the total number of Users