public class InformationNotificationMessage extends MessageContent
限定符和类型 | 字段和说明 |
---|---|
static <any> |
CREATOR
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
|
构造器和说明 |
---|
InformationNotificationMessage(byte[] data)
构造函数。
|
InformationNotificationMessage(Parcel in)
构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
|
byte[] |
encode()
将本地消息对象序列化为消息数据。
|
java.lang.String |
getExtra()
获取附加信息
|
java.lang.String |
getMessage()
获取提示条(小灰条)通知消息的内容。
|
static InformationNotificationMessage |
obtain(java.lang.String message)
生成InformationNotificationMessage对象。
|
void |
setExtra(java.lang.String extra)
设置附加信息。
|
void |
setMessage(java.lang.String message)
设置提示条(小灰条)通知消息内容。
|
void |
writeToParcel(Parcel dest,
int flags)
将类的数据写入外部提供的 Parcel 中。
|
getDestructTime, getJSONDestructInfo, getJsonMentionInfo, getJSONUserInfo, getMentionedInfo, getSearchableWord, getUserInfo, isDestruct, parseJsonToDestructInfo, parseJsonToMentionInfo, parseJsonToUserInfo, setDestruct, setDestructTime, setMentionedInfo, setUserInfo
public InformationNotificationMessage(byte[] data)
data
- 存放json串的byte数组。public InformationNotificationMessage(Parcel in)
in
- 初始化传入的 Parcel。public byte[] encode()
encode
在类中 MessageContent
public static InformationNotificationMessage obtain(java.lang.String message)
message
- 提示条(小灰条)通知消息内容public int describeContents()
public void writeToParcel(Parcel dest, int flags)
dest
- 对象被写入的 Parcel。flags
- 对象如何被写入的附加标志,可能是 0 或 PARCELABLE_WRITE_RETURN_VALUE。public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- 提示条(小灰条)通知消息的内容。public java.lang.String getExtra()
public void setExtra(java.lang.String extra)
extra
- 附加信息Copyright © 2020 RongCloud. All Rights Reserved.