Package com.naver.ads.video.vast.raw
Interface AdSystem
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface AdSystem implements Parcelable
Represents a parsed
<AdSystem>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetVersion()the string that provides the version number of the ad system that returned the ad. abstract StringgetAdServerName()the string that provides the name of the ad server that returned the ad -
-
Method Detail
-
getVersion
abstract String getVersion()
the string that provides the version number of the ad system that returned the ad.
-
getAdServerName
abstract String getAdServerName()
the string that provides the name of the ad server that returned the ad
-
-
-
-