Package com.naver.ads.video.player
Class CompanionEvent.CreativeView
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.VastEventProvider
public final class CompanionEvent.CreativeView extends CompanionEvent
Fired when an companion ad portion of the ad was viewed.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResolvedCompanionresolvedCompanion
-
Constructor Summary
Constructors Constructor Description CompanionEvent.CreativeView(ResolvedCompanion resolvedCompanion)
-
Method Summary
Modifier and Type Method Description final ResolvedCompaniongetResolvedCompanion()-
-
Constructor Detail
-
CompanionEvent.CreativeView
CompanionEvent.CreativeView(ResolvedCompanion resolvedCompanion)
- Parameters:
resolvedCompanion- the companion ad.
-
-
Method Detail
-
getResolvedCompanion
final ResolvedCompanion getResolvedCompanion()
-
-
-
-