NIMTeamFetchMemberOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMTeamFetchMemberOption.h |
offset
Query the start position of members. The value must be greater than or equal to 0.
@property (nonatomic, assign) NSInteger offset
Discussion
Query the start position of members. The value must be greater than or equal to 0.
Declared In
NIMTeamFetchMemberOption.h
count
Query the number of members If the value is less than 0, the query starts from offset to the end for all members. The default value is -1
@property (nonatomic, assign) NSInteger count
Discussion
Query the number of members If the value is less than 0, the query starts from offset to the end for all members. The default value is -1
Declared In
NIMTeamFetchMemberOption.h
fromServer
Retrieve from the server
@property (nonatomic, assign) BOOL fromServer
Discussion
Retrieve from the server
Declared In
NIMTeamFetchMemberOption.h