Class ControlBarVisibilityEvent


  • public class ControlBarVisibilityEvent
    extends Event
    Fired when the control bar visibility changed.

    Note: This event will not fire on Android versions 4.x

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVisible()  
      • Methods inherited from class com.jwplayer.pub.api.events.Event

        getPlayer
      • Methods inherited from class java.lang.Object

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

      • ControlBarVisibilityEvent

        public ControlBarVisibilityEvent​(@NonNull
                                         JWPlayer player,
                                         boolean visible)
    • Method Detail

      • isVisible

        public boolean isVisible()
        Returns:
        New state of the controlbar.