Class VmapAdvertisingConfig

All Implemented Interfaces:
android.os.Parcelable

public class VmapAdvertisingConfig extends AdvertisingWithVastCustomizations implements android.os.Parcelable
  • Field Details

  • Method Details

    • getTag

      @NonNull public String getTag()
      Returns:
      Either a local, remote URL of the vmap file, or a VMAP (XML) string.
    • getLiftsVMAPLevelExtensions

      public boolean getLiftsVMAPLevelExtensions()
      Returns:
      Whether the SDK preprocesses an inline VMAP XML so any allowlisted <vmap:Extensions> (currently skippable) are lifted into each ad's inline <InLine>/<Wrapper> <Extensions>. Defaults to false. Has no effect when getTag() is a URL.
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable