HyphenateChatSDK 4.4.0
类方法 | Protected 属性 | 属性 | 所有成员列表
EMCursorResult类 参考

#import <EMCursorResult.h>

类 EMCursorResult 继承关系图:

类方法

(instancetype _Nonnull) + cursorResultWithList:andCursor:
 

Protected 属性

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

属性

NSString *_Nullable cursor
 

详细描述

@header EMCursorResult.h @abstract 分段结果对象

作者
Hyphenate
版本
3.00

分段显示结果对象。

用于显示对话,群聊等查询结果。

函数文档

◆ cursorResultWithList:andCursor:

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

创建实例。

参数
aList结果列表。
aCursor获取下一段结果的游标。
返回
分段结果的实例。

属性说明

◆ cursor

- (NSString* _Nullable) cursor
readwritenonatomiccopy

获取下一段结果的游标。


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