Class DialogLayoutDelegate
java.lang.Object
com.jwplayer.pub.api.fullscreen.delegates.DialogLayoutDelegateBase
com.jwplayer.pub.api.fullscreen.delegates.DialogLayoutDelegate
- All Implemented Interfaces:
LayoutDelegate
Responsible for moving a JWPlayerView to and from a fullscreen Dialog when entering or exiting fullscreen
-
Field Summary
Fields inherited from class com.jwplayer.pub.api.fullscreen.delegates.DialogLayoutDelegateBase
mPlayerView
-
Constructor Summary
ConstructorsConstructorDescriptionDialogLayoutDelegate
(View playerView, Dialog fullscreenDialog) DialogLayoutDelegate
(View playerView, Dialog fullscreenDialog, ViewFactory viewFactory) -
Method Summary
-
Constructor Details
-
DialogLayoutDelegate
public DialogLayoutDelegate(View playerView, Dialog fullscreenDialog) -
DialogLayoutDelegate
public DialogLayoutDelegate(View playerView, Dialog fullscreenDialog, ViewFactory viewFactory)
-
-
Method Details
-
setFullscreen
public void setFullscreen(boolean fullscreen) - Specified by:
setFullscreen
in interfaceLayoutDelegate
-