NIMDeleteMessagesOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMDeleteMessagesOption.h |
removeSession
Specify whether to remove the recent chat
@property (nonatomic, assign) BOOL removeSession
Discussion
Specify whether to remove the recent chat
Specify whether to remove the recent chat while deleting messages. The default value is NO. If YES, the recent chat is deleted together with messages.
Declared In
NIMDeleteMessagesOption.h
removeTable
Specify whether to delete the message table
@property (nonatomic, assign) BOOL removeTable
Discussion
Specify whether to delete the message table
By default, CommsEase deletes messages by tag. If a message is tagged YES, the message will be removed from the message table. This way, the number of message tables decreases and I/O operations are accelerated.
Declared In
NIMDeleteMessagesOption.h