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(android.view.View playerView, android.os.Handler handler, android.app.Dialog fullscreenDialog)
    • RecyclerViewLayoutDelegate

      public RecyclerViewLayoutDelegate(android.view.View playerView, android.os.Handler handler, android.app.Dialog fullscreenDialog, ViewFactory viewFactory)
  • Method Details