|
NIMSDK-AOS
10.9.60
|
成员离开讨论组的通知消息实体。
离开的群成员帐号为对应消息的fromAccount
更多...
额外继承的成员函数 | |
Public 成员函数 继承自 com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension | |
| 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 属性 继承自 com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension | |
| static final String | TAG_ATTACH = "attach" |
Protected 属性 继承自 com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension | |
| Map< String, Object > | extension |
| 扩展字段 更多... | |
成员离开讨论组的通知消息实体。
离开的群成员帐号为对应消息的fromAccount
在文件 LeaveTeamAttachment.java 第 9 行定义.
1.8.11