Package com.google.android.exoplayer2.ui
Interface StyledPlayerView.FullscreenButtonClickListener
-
- Enclosing class:
- StyledPlayerView
public static interface StyledPlayerView.FullscreenButtonClickListenerListener invoked when the fullscreen button is clicked. The implementation is responsible for changing the UI layout.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFullscreenButtonClick(boolean isFullScreen)Called when the fullscreen button is clicked.
-