NIMFetchServerSessionOption Class Reference

Inherits from NSObject
Declared in NIMRecentSession.h

Overview

获取服务端会话列表可选参数

  minTimestamp

最小时间戳,作为请求参数时表示增量获取Session列表,单位毫秒

@property (nonatomic, assign) NSTimeInterval minTimestamp

Discussion

最小时间戳,作为请求参数时表示增量获取Session列表,单位毫秒

Declared In

NIMRecentSession.h

  maxTimestamp

最大时间戳,翻页时使用, 单位毫秒,默认为当前时间

@property (nonatomic, assign) NSTimeInterval maxTimestamp

Discussion

最大时间戳,翻页时使用, 单位毫秒,默认为当前时间

Declared In

NIMRecentSession.h

  needLastMessage

是否需要lastMsg,默认 YES

@property (nonatomic, assign) BOOL needLastMessage

Discussion

是否需要lastMsg,默认 YES

Declared In

NIMRecentSession.h

  limit

结果集limit,最大100,默认100

@property (nonatomic, assign) NSInteger limit

Discussion

结果集limit,最大100,默认100

Declared In

NIMRecentSession.h