public class InAppButton
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<InAppButton> |
CREATOR |
| Constructor and Description |
|---|
InAppButton(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getBackgroundColor() |
int |
getBorderColor() |
java.lang.String |
getCtaUrl() |
java.lang.String |
getText() |
int |
getTextColor() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<InAppButton> CREATOR
public java.lang.String getText()
public int getTextColor()
public int getBackgroundColor()
public int getBorderColor()
public java.lang.String getCtaUrl()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic java.lang.String toString()
toString in class java.lang.Object