NIMSDK-AOS
10.6.0
|
消息附件基础接口 更多...
Public 成员函数 | |
String | toJson (boolean send) |
将消息附件序列化为字符串,存储到消息数据库或发送到服务器。 更多... | |
消息附件基础接口
在文件 MsgAttachment.java 第 8 行定义.
String com.netease.nimlib.sdk.msg.attachment.MsgAttachment.toJson | ( | boolean | send | ) |
将消息附件序列化为字符串,存储到消息数据库或发送到服务器。
send | 如果你的附件在本地需要存储额外数据,而这些数据不需要发送到服务器,可依据该参数值区别对待。 |
在 com.netease.nimlib.sdk.msg.attachment.FileAttachment, com.netease.nimlib.sdk.msg.attachment.LocationAttachment, com.netease.nimlib.sdk.robot.model.RobotAttachment, com.netease.nimlib.sdk.msg.attachment.NetCallAttachment , 以及 com.netease.nimlib.sdk.msg.attachment.NotificationAttachment 内被实现.