agora_chat_SDK
3.8.2
|
#import <AgoraCursorResult.h>
Class Methods | |
(instancetype) | + cursorResultWithList:andCursor: |
Properties | |
NSArray * | list |
NSString * | cursor |
AgoraCursorResult.h Subsection result
Sub-section Used to display query results such as conversations and group chats
+ (instancetype) cursorResultWithList: | (NSArray *) | aList | |
andCursor: | (NSString *) | aCusror | |
Get result instance
aList | Result list<id> |
aCusror | The cursor of next section |
|
readwritenonatomiccopy |
The cursor of next section
|
readwritenonatomicstrong |
Result list<id>