NIMThreadTalkFetchOption Class Reference

Inherits from NSObject
Declared in NIMThreadTalkFetchOption.h

Overview

Thread chat pagination option

  start

The start time. The default value is 0. Unit: seconds

@property (nonatomic, assign) NSTimeInterval start

Discussion

The start time. The default value is 0. Unit: seconds

Declared In

NIMThreadTalkFetchOption.h

  end

The end time. The default value is 0. Unit: seconds

@property (nonatomic, assign) NSTimeInterval end

Discussion

The end time. The default value is 0. Unit: seconds

Declared In

NIMThreadTalkFetchOption.h

  excludeMessage

Excluded specified messages in the result. The default setting is empty

@property (nonatomic, strong) NIMMessage *excludeMessage

Discussion

Excluded specified messages in the result. The default setting is empty

Declared In

NIMThreadTalkFetchOption.h

  limit

Entries displayed per page. The defaul value is 100

@property (nonatomic, assign) NSUInteger limit

Discussion

Entries displayed per page. The defaul value is 100

Declared In

NIMThreadTalkFetchOption.h

  reverse

Query in descending order

@property (nonatomic, assign) BOOL reverse

Discussion

Query in descending order

Declared In

NIMThreadTalkFetchOption.h

  sync

Synced with database. Default: NO

@property (nonatomic, assign) BOOL sync

Discussion

Synced with database. Default: NO

Declared In

NIMThreadTalkFetchOption.h