ProfileNotificationMessage

Public Service Account Information Change Message

This message class represents changes to public service account information. The message is stored but does not count towards the unread message count.

Constructors

Link copied to clipboard
public void ProfileNotificationMessage(Array<byte> data)
public void ProfileNotificationMessage(Parcel in)

Properties

Link copied to clipboard
public final static Creator<ProfileNotificationMessage> CREATOR
Link copied to clipboard
public String data
Link copied to clipboard
public String operation

Functions

Link copied to clipboard
public int describeContents()
Describes the type of special objects included in the Parcelable object arrangement information.
Link copied to clipboard
public Array<byte> encode()
Link copied to clipboard
public String getData()
Fetches data changes, which can be in any format, such as JSON.
Link copied to clipboard
public String getOperation()
Retrieves the operation name for profile changes.
Link copied to clipboard
public static ProfileNotificationMessage obtain(String operation, String data)
Creates a message instance.
Link copied to clipboard
public void setData(String data)
Sets the data for profile changes, which can be in any format, such as JSON.
Link copied to clipboard
public void setOperation(String operation)
Sets the operation name for profile changes.
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)
Writes the class data into the provided Parcel.