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 class PlayerEvent.Mute

      Fired when the user activated the mute control and muted the linear ad.

      public class PlayerEvent.Unmute

      Fired when the user activated the mute control and unmuted the linear ad.

      public class PlayerEvent.Pause

      Fired when the user clicked the pause control and stopped the linear ad.

      public class PlayerEvent.Play

      Fired when the user activated the play control.

      public class PlayerEvent.Rewind

      Fired when the user activated the rewind control to access a previous point in the linear ad timeline.

      public class PlayerEvent.Skip

      Fired when the user activated a skip control to skip the linear ad.

      public class PlayerEvent.PlayerExpand

      Fired when the user activated a control to extend the player to a larger size.

      public class PlayerEvent.PlayerCollapse

      Fired when the user activated a control to reduce player to a smaller size.

      public class PlayerEvent.Click

      Fired when the user activated the click control.

      public class PlayerEvent.Close

      Fired when the viewer has chosen to close the linear ad.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail