Package com.naver.ads.video.vast.raw
Interface AdParameters
-
- All Implemented Interfaces:
public interface AdParametersRepresents a parsed
<AdParameters>element.
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetXmlEncoded()the value that identifies whether the ad parameters are XML-encoded. abstract StringgetMetaData()the metadata for the ad -
-
Method Detail
-
getXmlEncoded
abstract Boolean getXmlEncoded()
the value that identifies whether the ad parameters are XML-encoded.
-
getMetaData
abstract String getMetaData()
the metadata for the ad
-
-
-
-