NIMCollectQueryOptions Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMCollectQueryOptions.h |
fromTime
Start time in seconds
@property (nonatomic, assign) NSTimeInterval fromTimeDiscussion
Start time in seconds
Declared In
NIMCollectQueryOptions.h
toTime
End time. A value of 0 represents the current time in seconds
@property (nonatomic, assign) NSTimeInterval toTimeDiscussion
End time. A value of 0 represents the current time in seconds
Declared In
NIMCollectQueryOptions.h
excludeId
Last ID on the previous page. Pass in 0 for the first entry
@property (nonatomic, assign) NSInteger excludeIdDiscussion
Last ID on the previous page. Pass in 0 for the first entry
Declared In
NIMCollectQueryOptions.h
limit
Query limit. The default value is 100
@property (nonatomic, assign) NSInteger limitDiscussion
Query limit. The default value is 100
Declared In
NIMCollectQueryOptions.h
reverse
Display in descending order
@property (nonatomic, assign) BOOL reverseDiscussion
Display in descending order
Declared In
NIMCollectQueryOptions.h
type
Bookmark type
@property (nonatomic, assign) NSInteger typeDiscussion
Bookmark type
Declared In
NIMCollectQueryOptions.h