public static interface PlaybackControlLayer.FullscreenCallback
PlaybackControlLayer
with the ability make the player fullscreen,
a PlaybackControlLayer.FullscreenCallback
must be assigned to it. The
PlaybackControlLayer.FullscreenCallback
implementation is responsible for
hiding/showing the other views on the screen when the player enters/leaves fullscreen
mode.Modifier and Type | Method and Description |
---|---|
void |
onGoToFullscreen()
When triggered, the activity should hide any additional views.
|
void |
onReturnFromFullscreen()
When triggered, the activity should show any views that were hidden when the player
went to fullscreen.
|