NIMSDK-iOS
|
#import <NIMCustomObject.h>
类方法 | |
(void) | + registerCustomDecoder: |
属性 | |
id< NIMCustomAttachment > | attachment |
额外继承的成员函数 |
用户自定义消息对象
+ (void) registerCustomDecoder: | (id< NIMCustomAttachmentCoding >) | decoder |
注册自定义消息解析器
decoder | 自定义消息解析器 @disucssion 如果用户使用自定义消息类型,就需要注册自定义消息解析器,负责将透传过来的自定义消息反序列化成上层应用可识别的对象 |
|
readwritenonatomicstrong |
用户自定义附件 @discussion SDK负责将attachment通过encodeAttachment接口序列化后的结果进行透传