public class AdSource
Represents an ad source which can be assigned to an
. An class AdItem
can have multiple class AdItem
as waterfalling option.class AdSource
class AdItem
,
class AdItem
,
class AdSource
public static android.os.Parcelable.Creator<com.bitmovin.player.config.advertising.AdSource> CREATOR
public AdSource(AdSourceType type, java.lang.String tag)
public AdSourceType getType()
Returns the
.enum AdSourceType
enum AdSourceType
enum AdSourceType
public java.lang.String getTag()
Returns the ad tag / url to the ad manifest.
public int describeContents()
public void writeToParcel(android.os.Parcel dest, int flags)