|
NIMSDK-AOS
10.9.50
|
Public 成员函数 | |
| Map< String, Object > | getExtension () |
| void | parse (JSONObject json) |
Public 成员函数 继承自 com.netease.nimlib.sdk.msg.attachment.NotificationAttachment | |
| NotificationType | getType () |
| 获取通知类型 更多... | |
| void | setType (NotificationType type) |
| 设置通知类型 更多... | |
| String | toJson (boolean send) |
| 将消息附件序列化为字符串,存储到消息数据库或发送到服务器。 更多... | |
| final void | fromJson (String json) |
| abstract void | parse (JSONObject json) |
静态 Public 属性 | |
| static final String | TAG_ATTACH = "attach" |
Protected 属性 | |
| Map< String, Object > | extension |
| 扩展字段 更多... | |
在文件 NotificationAttachmentWithExtension.java 第 10 行定义.
| Map<String, Object> com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension.getExtension | ( | ) |
在文件 NotificationAttachmentWithExtension.java 第 18 行定义.
| void com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension.parse | ( | JSONObject | json | ) |
在文件 NotificationAttachmentWithExtension.java 第 23 行定义.
|
protected |
扩展字段
在文件 NotificationAttachmentWithExtension.java 第 16 行定义.
|
static |
在文件 NotificationAttachmentWithExtension.java 第 11 行定义.
1.8.11