ShengwangChatSDK 1.3.2
类方法 | Protected 属性 | 属性 | 所有成员列表
AgoraChatCursorResult类 参考

#import <AgoraChatCursorResult.h>

类 AgoraChatCursorResult 继承关系图:

类方法

(instancetype _Nonnull) + cursorResultWithList:andCursor:
 

Protected 属性

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

属性

NSString *_Nullable cursor
 

详细描述

@header AgoraChatCursorResult.h @abstract Subsection result

作者
Hyphenate
版本
3.00 The EmCursorResult interface, which displays query results such as conversations and group chats.

函数文档

◆ cursorResultWithList:andCursor:

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

Gets the result instance.

参数
aListThe result list.
aCusrorThe cursor for retrieving the result of the next section.
返回
An instance of the cursor result.

属性说明

◆ cursor

- (NSString* _Nullable) cursor
readwritenonatomiccopy

The cursor for retrieving the result of the next section.


该类的文档由以下文件生成: