Package com.naver.ads.video.vast
Interface ResourcesProvider
-
- All Implemented Interfaces:
public interface ResourcesProviderProvides the resource instances needed to render the companionAd, nonLinearAd, and icon.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResourcesProvider.ResourceDefines the resources that can be obtained from Vast xml
-
Method Summary
Modifier and Type Method Description abstract List<StaticResource>getStaticResources()the list of StaticResource. abstract List<String>getIFrameResources()the list of iFrameResourceabstract List<String>getHtmlResources()the list of htmlResource-
-
Method Detail
-
getStaticResources
abstract List<StaticResource> getStaticResources()
the list of StaticResource.
-
getIFrameResources
abstract List<String> getIFrameResources()
the list of
iFrameResource
-
getHtmlResources
abstract List<String> getHtmlResources()
the list of
htmlResource
-
-
-
-