HasReceivedNotificationMessage

Notification Message

Indicates that the message has been received and will not be stored in the message history.

Constructors

Link copied to clipboard
public void HasReceivedNotificationMessage(Parcel in)

Properties

Link copied to clipboard
public final static Creator<HasReceivedNotificationMessage> CREATOR

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public Array<byte> encode()
Serializes the data to be transmitted.
Link copied to clipboard
public boolean isHasReceived()
Retrieves the status of message receipt.
Link copied to clipboard
public void setHasReceived(boolean hasReceived)
Sets the received status of the message.
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)