Interface UniversalAdId

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface UniversalAdId
     implements Parcelable
                        

    Represents a parsed <UniversalAdId> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getIdRegistry() a string used to identify the url for the registry website where the unique creative ID is cataloged.
      abstract String getIdValue() Note: VAST 4.
      abstract String getValue() a string identifying the unique creative identifier.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getIdRegistry

         abstract String getIdRegistry()

        a string used to identify the url for the registry website where the unique creative ID is cataloged. default value is unknown.

      • getIdValue

         abstract String getIdValue()

        Note: VAST 4.0 had an attribute idValue that was a duplicate of the node value and so was removed as of 4.1. Media players should not fail if this attribute is present, but should always use the Content as the source of truth for the creative ID value.

      • getValue

         abstract String getValue()

        a string identifying the unique creative identifier. default value is unknown