Package com.naver.ads.video.player
Class CompanionEvent.Close
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.VastEventProvider
public final class CompanionEvent.Close extends CompanionEvent
Fired the user clicked or otherwise activated a control for removing the companion ad.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResolvedCompanionresolvedCompanion
-
Constructor Summary
Constructors Constructor Description CompanionEvent.Close(ResolvedCompanion resolvedCompanion)
-
Method Summary
Modifier and Type Method Description final ResolvedCompaniongetResolvedCompanion()-
-
Constructor Detail
-
CompanionEvent.Close
CompanionEvent.Close(ResolvedCompanion resolvedCompanion)
- Parameters:
resolvedCompanion- the companion ad.
-
-
Method Detail
-
getResolvedCompanion
final ResolvedCompanion getResolvedCompanion()
-
-
-
-