NIMAddEmptyRecentSessionBySessionOption Class Reference

Inherits from NSObject
Declared in NIMAddEmptyRecentSessionBySessionOption.h

  withLastMsg

是否填入最后一条消息

@property (nonatomic, assign) BOOL withLastMsg

Discussion

是否填入最后一条消息

,默认为 NO,仅创建空会话;为YES,将同时添加最后一条消息

Declared In

NIMAddEmptyRecentSessionBySessionOption.h

  addEmptyMsgIfNoLastMsgExist

如果没有最后一条消息,是否用一条空消息补位

@property (nonatomic, assign) BOOL addEmptyMsgIfNoLastMsgExist

Discussion

如果没有最后一条消息,是否用一条空消息补位

,默认为 YES,创建一条空消息补位;为NO,不使用补位消息

Declared In

NIMAddEmptyRecentSessionBySessionOption.h