Package com.naver.ads.video.player
Class IconEvent
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.VastEventProvider
public class IconEvent implements VastEventProvider
Provides the event related to
Icon Metrics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIconEvent.ClickFired when the user activated the click control.
public final classIconEvent.CreativeViewFired when an icon portion of the ad was viewed.
-
Field Summary
Fields Modifier and Type Field Description private final ResolvedIconresolvedIcon
-
Constructor Summary
Constructors Constructor Description IconEvent(ResolvedIcon resolvedIcon)
-
Method Summary
Modifier and Type Method Description final ResolvedIcongetResolvedIcon()the icon where a click occurred. -
-
Constructor Detail
-
IconEvent
IconEvent(ResolvedIcon resolvedIcon)
-
-
Method Detail
-
getResolvedIcon
final ResolvedIcon getResolvedIcon()
the icon where a click occurred.
-
-
-
-