public final class AdSource
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<AdSource> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getId()
Returns ad source identifier.
|
java.lang.Boolean |
isAllowMultipleAds()
Returns boolean value that indicate whether or not player should honor VAST ad pods
or other multiple ad formats in the ad response document.
|
java.lang.Boolean |
isFollowRedirects()
Boolean value that indicate whether the video player should honor redirects within an ad response.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<AdSource> CREATOR
@Nullable public java.lang.String getId()
@Nullable public java.lang.Boolean isAllowMultipleAds()
@Nullable public java.lang.Boolean isFollowRedirects()
true if the video player should honor redirects within an ad response.public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(@NonNull
android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable