Package com.naver.ads.video.vast.raw
Interface CompanionAds
-
- All Implemented Interfaces:
public interface CompanionAdsRepresents a parsed
<CompanionAds>element.
-
-
Method Summary
Modifier and Type Method Description abstract ResolvedCompanion.RequiredgetRequired()accepts one of the following values: allanyornone.abstract List<CompanionAd>getCompanions()the list of CompanionAd. -
-
Method Detail
-
getRequired
abstract ResolvedCompanion.Required getRequired()
accepts one of the following values:
allanyornone.
-
getCompanions
abstract List<CompanionAd> getCompanions()
the list of CompanionAd.
-
-
-
-