NIMCollectQueryOptions Class Reference

Inherits from NSObject
Declared in NIMCollectQueryOptions.h

  fromTime

最小时间(s)

@property (nonatomic, assign) NSTimeInterval fromTime

Discussion

最小时间(s)

Declared In

NIMCollectQueryOptions.h

  toTime

最大时间,传0表示当前时间(s)

@property (nonatomic, assign) NSTimeInterval toTime

Discussion

最大时间,传0表示当前时间(s)

Declared In

NIMCollectQueryOptions.h

  excludeId

上一页最后一条ID,第一条传0

@property (nonatomic, assign) NSInteger excludeId

Discussion

上一页最后一条ID,第一条传0

Declared In

NIMCollectQueryOptions.h

  limit

查询条数,默认100

@property (nonatomic, assign) NSInteger limit

Discussion

查询条数,默认100

Declared In

NIMCollectQueryOptions.h

  reverse

是否倒序

@property (nonatomic, assign) BOOL reverse

Discussion

是否倒序

Declared In

NIMCollectQueryOptions.h

  type

收藏类型

@property (nonatomic, assign) NSInteger type

Discussion

收藏类型

Declared In

NIMCollectQueryOptions.h