SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <FindUsersRequest.h>
Inherits BaseRequest.
Instance Methods | |
(id) | - initWithExpr:target:limit: |
Class Methods | |
(id) | + requestWithExpr:target:limit: |
(id) | + requestWithExpr: |
Protected Attributes | |
MatchExpression * | _matchExpr |
id | _target |
NSInteger | _limit |
Search Users in the system by matching their variables and properties against a <MatchExpression>
+ (id) requestWithExpr: | (MatchExpression *) | expr | |
target: | (id) | target | |
limit: | (NSInteger) | limit | |
expr | the match expression |
target | it can be a Room or String (the Group Id), if null the search will done in the whole Zone (default) |
limit | the number of results wanted. Zero means no limit, we will get all results (default) |