public class UploadNotificationStatusConfig extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
ArrayList<UploadNotificationAction> |
actions
List of actions to be added to this notification.
|
boolean |
autoClear
Clear the notification automatically.
|
boolean |
clearOnAction
Clear the notification automatically when the clickIntent is performed.
|
PendingIntent |
clickIntent
Intent to be performed when the user taps on the notification.
|
static Parcelable.Creator<UploadNotificationStatusConfig> |
CREATOR |
int |
iconColorResourceID
Icon color tint.
|
int |
iconResourceID
Notification icon.
|
Bitmap |
largeIcon
Large notification icon.
|
String |
message
Notification message.
|
String |
title
Notification title.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
UploadNotificationStatusConfig() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(Parcel dest,
int flags) |
public String title
public String message
public boolean autoClear
public int iconResourceID
public Bitmap largeIcon
public int iconColorResourceID
public PendingIntent clickIntent
public boolean clearOnAction
public ArrayList<UploadNotificationAction> actions
public static final Parcelable.Creator<UploadNotificationStatusConfig> CREATOR
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable