Class FullscreenEvent


  • public class FullscreenEvent
    extends Event
    Payload that accompanies the onFullscreen() event.
    • Constructor Summary

      Constructors 
      Constructor Description
      FullscreenEvent​(JWPlayer player, boolean fullscreen)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getFullscreen()  
      • 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

      • FullscreenEvent

        public FullscreenEvent​(@NonNull
                               JWPlayer player,
                               boolean fullscreen)
    • Method Detail

      • getFullscreen

        public boolean getFullscreen()
        Returns:
        The player's new fullscreen state