public abstract class NotificationAttachment extends java.lang.Object implements MsgAttachment
构造器和说明 |
---|
NotificationAttachment() |
限定符和类型 | 方法和说明 |
---|---|
void |
fromJson(java.lang.String json) |
NotificationType |
getType()
获取通知类型
|
abstract void |
parse(JSONObject json) |
void |
setType(NotificationType type)
设置通知类型
|
java.lang.String |
toJson(boolean send)
将消息附件序列化为字符串,存储到消息数据库或发送到服务器。
|
public NotificationType getType()
public void setType(NotificationType type)
type
- public java.lang.String toJson(boolean send)
MsgAttachment
toJson
在接口中 MsgAttachment
send
- 如果你的附件在本地需要存储额外数据,而这些数据不需要发送到服务器,可依据该参数值区别对待。public final void fromJson(java.lang.String json)
public abstract void parse(JSONObject json)