-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CustomerIOParsedPushPayload implements Parcelable
Data class that holds payload for notifications from CIO dashboard
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCustomerIOParsedPushPayload.CREATOR
-
Constructor Summary
Constructors Constructor Description CustomerIOParsedPushPayload(Parcel parcel)CustomerIOParsedPushPayload(Bundle extras, String deepLink, String cioDeliveryId, String cioDeliveryToken, String title, String body)
-
Method Summary
Modifier and Type Method Description final BundlegetExtras()final StringgetDeepLink()final StringgetCioDeliveryId()final StringgetCioDeliveryToken()final StringgetTitle()final StringgetBody()UnitwriteToParcel(Parcel parcel, Integer flags)IntegerdescribeContents()-
-
Method Detail
-
getDeepLink
final String getDeepLink()
-
getCioDeliveryId
final String getCioDeliveryId()
-
getCioDeliveryToken
final String getCioDeliveryToken()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-