InformationNotificationMessage

通知消息类

通知消息类,此消息会进行存储,但不计入未读消息数。

Constructors

Link copied to clipboard
public void InformationNotificationMessage(String message)
构造函数。
public void InformationNotificationMessage(Array<byte> data)
构造函数。
public void InformationNotificationMessage(Parcel in)
构造函数。

Properties

Link copied to clipboard
public final static Creator<InformationNotificationMessage> CREATOR
读取接口,目的是要从 Parcel 中构造一个实现了 Parcelable 的类的实例处理。
Link copied to clipboard
public String message
提示条(小灰条)通知消息内容

Functions

Link copied to clipboard
public int describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
Link copied to clipboard
public Array<byte> encode()
将本地消息对象序列化为消息数据。
Link copied to clipboard
public String getMessage()
获取提示条(小灰条)通知消息的内容。
Link copied to clipboard
public static InformationNotificationMessage obtain(String message)
生成 InformationNotificationMessage 对象。
Link copied to clipboard
public void setMessage(String message)
设置提示条(小灰条)通知消息内容。
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)
将类的数据写入外部提供的 Parcel 中。