@Immutable @LevelUpApi(contract=INTERNAL) public static final class Interstitial.UrlAction extends Object implements Interstitial.InterstitialAction
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Interstitial.UrlAction> |
CREATOR
Implements the
Parcelable interface. |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
UrlAction(String url)
Deprecated.
Use
#UrlAction(String, String) instead. |
UrlAction(String url,
String buttonText) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getButtonText() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Interstitial.UrlAction> CREATOR
Parcelable interface.@Deprecated public UrlAction(String url)
#UrlAction(String, String) instead.public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic String getUrl()
public String getButtonText()