InformationNotificationMessage

Notification Message Class

The Notification Message Class. This type of message will be stored but does not count towards unread messages.

Constructors

Link copied to clipboard
public void InformationNotificationMessage(String message)
Constructor.
public void InformationNotificationMessage(Array<byte> data)
Constructor.
public void InformationNotificationMessage(Parcel in)
Constructor.

Properties

Link copied to clipboard
public final static Creator<InformationNotificationMessage> CREATOR
The read interface is designed to construct an instance of a class that implements Parcelable from a Parcel.
Link copied to clipboard
public String message
Notification Content for Gray Bar (Hint Bar)

Functions

Link copied to clipboard
public int describeContents()
Describes the type of special objects included in the Parcelable object's arrangement information.
Link copied to clipboard
public Array<byte> encode()
Serializes the local message object into message data.
Link copied to clipboard
public String getMessage()
Retrieves the content of the gray bar notification message.
Link copied to clipboard
public static InformationNotificationMessage obtain(String message)
Generates an InformationNotificationMessage object.
Link copied to clipboard
public void setMessage(String message)
Sets the content of the gray bar notification message.
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)
Writes the class data into the provided Parcel.