AgoraChatSDK 1.2.0
Class Methods | Protected Attributes | Properties | List of all members
AgoraChatCursorResult Class Reference

#import <AgoraChatCursorResult.h>

Inheritance diagram for AgoraChatCursorResult:

Class Methods

(instancetype _Nonnull) + cursorResultWithList:andCursor:
 

Protected Attributes

 __pad0__: NSObject@property (nonatomic
 
strong NSArray< ObjectType > *_Nullable list
 

Properties

NSString *_Nullable cursor
 

Detailed Description

@header AgoraChatCursorResult.h @abstract Subsection result

Author
Hyphenate
Version
3.00 The EmCursorResult interface, which displays query results such as conversations and group chats.

Method Documentation

◆ cursorResultWithList:andCursor:

+ (instancetype _Nonnull) cursorResultWithList: (NSArray< ObjectType > *_Nullable)  aList
andCursor: (NSString *_Nullable)  aCusror 

Gets the result instance.

Parameters
aListThe result list.
aCusrorThe cursor for retrieving the result of the next section.
Returns
An instance of the cursor result.

Property Documentation

◆ cursor

- (NSString* _Nullable) cursor
readwritenonatomiccopy

The cursor for retrieving the result of the next section.


The documentation for this class was generated from the following file: