NIMCollectQueryOptions Class Reference

Inherits from NSObject
Declared in NIMCollectQueryOptions.h

  fromTime

Start time in seconds

@property (nonatomic, assign) NSTimeInterval fromTime

Discussion

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 toTime

Discussion

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 excludeId

Discussion

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 limit

Discussion

Query limit. The default value is 100

Declared In

NIMCollectQueryOptions.h

  reverse

Display in descending order

@property (nonatomic, assign) BOOL reverse

Discussion

Display in descending order

Declared In

NIMCollectQueryOptions.h

  type

Bookmark type

@property (nonatomic, assign) NSInteger type

Discussion

Bookmark type

Declared In

NIMCollectQueryOptions.h