NIMDeleteRecentSessionOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMDeleteRecentSessionOption.h |
isDeleteRoamMessage
是否移除该会话的服务端漫游消息
@property (nonatomic, assign) BOOL isDeleteRoamMessage
Discussion
是否移除该会话的服务端漫游消息
,默认为 NO,仅删除本地会话;为YES,将同时删除服务端漫游消息
Declared In
NIMDeleteRecentSessionOption.h
shouldMarkAllMessagesReadInSessions
是否标记会话中所有消息已读
@property (nonatomic, assign) BOOL shouldMarkAllMessagesReadInSessions
Discussion
是否标记会话中所有消息已读
,默认为为 NO,仅删除本地会话;为YES,将同时标记会话中所有消息为已读
Declared In
NIMDeleteRecentSessionOption.h