public final class ChatPushNotification
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ChatPushNotification> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
|
ChatPushNotification()
Constructs a new ChatPushNotification
|
protected |
ChatPushNotification(android.os.Parcel in)
Constructs a new ChatPushNotification
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.util.Map<java.lang.String,java.lang.String> |
getPayload()
Get the push notification payload.
|
ChatPushNotification |
setPayload(java.util.Map<java.lang.String,java.lang.String> payload)
Set the push notification payload.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<ChatPushNotification> CREATOR
public ChatPushNotification()
protected ChatPushNotification(android.os.Parcel in)
in - Parcel model to construct ChatPushNotificationpublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic java.util.Map<java.lang.String,java.lang.String> getPayload()
public ChatPushNotification setPayload(java.util.Map<java.lang.String,java.lang.String> payload)
payload - push notification payload.