NIMSDK-iOS
载入中...
搜索中...
未找到
<NIMExportMessageDelegate>协议 参考

#import <NIMConversationManagerProtocol.h>

类 <NIMExportMessageDelegate> 继承关系图:

构造函数

(BOOL) - shouldExportMessage:
 
(void) - onMessageWillExport:
 

详细描述

导出历史消息过程 delegate,可用于处理自定义消息

函数文档

◆ onMessageWillExport:

- (void) onMessageWillExport: (NIMMessage *)  message
optional

消息导出前的通知回调

参数
message将导出的消息

◆ shouldExportMessage:

- (BOOL) shouldExportMessage: (NIMMessage *)  message
optional

是否导出消息,YES - 导出,NO -不导出

参数
message消息体
返回
YES / NO

该协议的文档由以下文件生成: