Class RecyclerViewLayoutDelegate

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

public class RecyclerViewLayoutDelegate extends DialogLayoutDelegateBase implements LayoutDelegate
Responsible for moving a JWPlayerView to and from a fullscreen Dialog when entering or exiting fullscreen when the player is inside a RecyclerView
  • Constructor Details

    • RecyclerViewLayoutDelegate

      public RecyclerViewLayoutDelegate(View playerView, Handler handler, Dialog fullscreenDialog)
    • RecyclerViewLayoutDelegate

      public RecyclerViewLayoutDelegate(View playerView, Handler handler, Dialog fullscreenDialog, ViewFactory viewFactory)
  • Method Details