NIMSDK-iOS
载入中...
搜索中...
未找到
NIMThreadTalkFetchOption类 参考

#import <NIMThreadTalkFetchOption.h>

类 NIMThreadTalkFetchOption 继承关系图:

属性

NSTimeInterval start
 
NSTimeInterval end
 
NIMMessageexcludeMessage
 
NSUInteger limit
 
BOOL reverse
 
BOOL sync
 

详细描述

获取Thread Talk消息分页选择

属性说明

◆ end

- (NSTimeInterval) end
readwritenonatomicassign

查询h结束时间戳,默认 当前时间+1小时,单位(s)

◆ excludeMessage

- (NIMMessage*) excludeMessage
readwritenonatomicstrong

查询结果排除指定消息,默认为空

◆ limit

- (NSUInteger) limit
readwritenonatomicassign

分页查询数量,默认100

◆ reverse

- (BOOL) reverse
readwritenonatomicassign

逆序查询,默认 NO

◆ start

- (NSTimeInterval) start
readwritenonatomicassign

查询开始时间戳,默认 0,单位(s)

◆ sync

- (BOOL) sync
readwritenonatomicassign

同步到DB,默认 NO


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