Package com.naver.ads.video.vast.raw
Interface UniversalAdId
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface UniversalAdId implements Parcelable
Represents a parsed
<UniversalAdId>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetIdRegistry()a string used to identify the url for the registry website where the unique creative ID is cataloged. abstract StringgetIdValue()Note: VAST 4. abstract StringgetValue()a string identifying the unique creative identifier. -
-
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
idValuethat 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.
-
-
-
-