public class AHNotification
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
AHNotification.Builder |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<AHNotification> |
CREATOR |
| Constructor and Description |
|---|
AHNotification() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static java.util.List<AHNotification> |
generateEmptyList(int size) |
int |
getBackgroundColor() |
java.lang.String |
getText() |
int |
getTextColor() |
boolean |
isEmpty() |
static AHNotification |
justText(java.lang.String text) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<AHNotification> CREATOR
public boolean isEmpty()
public java.lang.String getText()
public int getTextColor()
public int getBackgroundColor()
public static AHNotification justText(java.lang.String text)
public static java.util.List<AHNotification> generateEmptyList(int size)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable