NIMThreadTalkFetchOption Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMThreadTalkFetchOption.h |
start
The start time. The default value is 0. Unit: seconds
@property (nonatomic, assign) NSTimeInterval startDiscussion
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 endDiscussion
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 *excludeMessageDiscussion
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 limitDiscussion
Entries displayed per page. The defaul value is 100
Declared In
NIMThreadTalkFetchOption.h
reverse
Query in descending order
@property (nonatomic, assign) BOOL reverseDiscussion
Query in descending order
Declared In
NIMThreadTalkFetchOption.h
sync
Synced with database. Default: NO
@property (nonatomic, assign) BOOL syncDiscussion
Synced with database. Default: NO
Declared In
NIMThreadTalkFetchOption.h