Package com.naver.ads.video.player
Interface PlayerEvent
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.VastEventProvider
public interface PlayerEvent implements VastEventProvider
Provides the event related to
Player Operation Metrics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPlayerEvent.MuteFired when the user activated the mute control and muted the linear ad.
public classPlayerEvent.UnmuteFired when the user activated the mute control and unmuted the linear ad.
public classPlayerEvent.PauseFired when the user clicked the pause control and stopped the linear ad.
public classPlayerEvent.PlayFired when the user activated the play control.
public classPlayerEvent.RewindFired when the user activated the rewind control to access a previous point in the linear ad timeline.
public classPlayerEvent.SkipFired when the user activated a skip control to skip the linear ad.
public classPlayerEvent.PlayerExpandFired when the user activated a control to extend the player to a larger size.
public classPlayerEvent.PlayerCollapseFired when the user activated a control to reduce player to a smaller size.
public classPlayerEvent.ClickFired when the user activated the click control.
public classPlayerEvent.CloseFired when the viewer has chosen to close the linear ad.
-