RCRemoteHistoryMsgOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | RCRemoteHistoryMsgOption.h |
recordTime
起始的消息发送时间戳,毫秒 默认 0
@property (nonatomic, assign) long long recordTime
Discussion
起始的消息发送时间戳,毫秒 默认 0
Declared In
RCRemoteHistoryMsgOption.h
count
需要获取的消息数量, 0 < count <= 20 默认 0
@property (nonatomic, assign) NSInteger count
Discussion
需要获取的消息数量, 0 < count <= 20 默认 0
Declared In
RCRemoteHistoryMsgOption.h
order
拉取顺序 RCRemoteHistoryOrderDesc: 降序,结合传入的时间戳参数,获取发送时间递增的消息 RCRemoteHistoryOrderAsc: 升序,结合传入的时间戳参数,获取发送时间递减的消息 默认降序
@property (nonatomic, assign) RCRemoteHistoryOrder order
Discussion
拉取顺序 RCRemoteHistoryOrderDesc: 降序,结合传入的时间戳参数,获取发送时间递增的消息 RCRemoteHistoryOrderAsc: 升序,结合传入的时间戳参数,获取发送时间递减的消息 默认降序
Declared In
RCRemoteHistoryMsgOption.h
includeLocalExistMessage
是否需要排重 YES: 拉取回来的消息全部返回 NO: 拉取回来的消息只返回本地数据库中不存在的 默认 NO
@property (nonatomic, assign) BOOL includeLocalExistMessage
Discussion
是否需要排重 YES: 拉取回来的消息全部返回 NO: 拉取回来的消息只返回本地数据库中不存在的 默认 NO
Declared In
RCRemoteHistoryMsgOption.h