Package com.naver.ads.video.player
Class NonLinearEvent
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.VastEventProvider
public class NonLinearEvent implements VastEventProvider
Provides the event related to
NonLinear Ad Metrics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNonLinearEvent.ClickFired when the user activated the click control.
public final classNonLinearEvent.CreativeViewFired when a non linear ad portion of the ad was viewed.
public final classNonLinearEvent.AcceptInvitationFired when the user clicked or otherwise activated a control used to pause
public final classNonLinearEvent.AdExpandFired when the user activated a control to expand the non linear ad.
public final classNonLinearEvent.AdCollapseFired the user activated a control to reduce the non linear ad to its original dimensions.
public final classNonLinearEvent.MinimizeFired the user clicked or otherwise activated a control used to minimize the non linear ad.
public final classNonLinearEvent.CloseFired the user clicked or otherwise activated a control for removing the non linear ad.
public final classNonLinearEvent.OverlayViewDurationFired the time that the initial ad is displayed.
public final classNonLinearEvent.ErrorFired when an error occurs in the non linear ad.
-
Field Summary
Fields Modifier and Type Field Description private final ResolvedNonLinearresolvedNonLinear
-
Constructor Summary
Constructors Constructor Description NonLinearEvent(ResolvedNonLinear resolvedNonLinear)
-
Method Summary
Modifier and Type Method Description final ResolvedNonLineargetResolvedNonLinear()the non linear ad. -
-
Constructor Detail
-
NonLinearEvent
NonLinearEvent(ResolvedNonLinear resolvedNonLinear)
-
-
Method Detail
-
getResolvedNonLinear
final ResolvedNonLinear getResolvedNonLinear()
the non linear ad.
-
-
-
-