Package com.naver.ads.video.vast.raw
Interface NonLinearAds
-
- All Implemented Interfaces:
public interface NonLinearAdsRepresents a parsed
<NonLinearAds>element.
-
-
Method Summary
Modifier and Type Method Description abstract List<NonLinearAd>getNonLinears()the list of NonLinearAd. abstract List<Tracking>getTrackingEvents()the list of Tracking. -
-
Method Detail
-
getNonLinears
abstract List<NonLinearAd> getNonLinears()
the list of NonLinearAd.
-
getTrackingEvents
abstract List<Tracking> getTrackingEvents()
the list of Tracking.
-
-
-
-