NIMSDK-AOS  9.16.0
Public 成员函数 | Protected 属性 | 所有成员列表
com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension类 参考abstract
类 com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension 继承关系图:
com.netease.nimlib.sdk.msg.attachment.NotificationAttachment com.netease.nimlib.sdk.msg.attachment.MsgAttachment com.netease.nimlib.sdk.team.model.DismissAttachment com.netease.nimlib.sdk.team.model.LeaveTeamAttachment com.netease.nimlib.sdk.team.model.MemberChangeAttachment com.netease.nimlib.sdk.team.model.UpdateTeamAttachment com.netease.nimlib.sdk.team.model.MuteMemberAttachment

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)
 

Protected 属性

Map< String, Object > extension
 扩展字段 更多...
 

详细描述

在文件 NotificationAttachmentWithExtension.java10 行定义.

成员函数说明

◆ getExtension()

Map<String, Object> com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension.getExtension ( )

在文件 NotificationAttachmentWithExtension.java18 行定义.

◆ parse()

void com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension.parse ( JSONObject  json)

在文件 NotificationAttachmentWithExtension.java23 行定义.

类成员变量说明

◆ extension

Map<String, Object> com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension.extension
protected

扩展字段

在文件 NotificationAttachmentWithExtension.java16 行定义.


该类的文档由以下文件生成: