Class ListViewLayoutDelegate

java.lang.Object
com.jwplayer.pub.api.fullscreen.delegates.ListViewLayoutDelegate
All Implemented Interfaces:
LayoutDelegate

public class ListViewLayoutDelegate extends Object implements LayoutDelegate
Responsible for moving a JWPlayerView to and from a fullscreen Dialog when entering or exiting fullscreen when the player is in a ListView Note: This class is not currently functional but may serve as a base for a ListView layout handler if implementing one becomes necessary
  • Constructor Details

    • ListViewLayoutDelegate

      public ListViewLayoutDelegate(View playerView, Dialog fullscreenDialog)
    • ListViewLayoutDelegate

      public ListViewLayoutDelegate(View playerView, Dialog fullscreenDialog, ViewFactory viewFactory)
  • Method Details