Package com.google.android.exoplayer2.ui
Interface StyledPlayerView.ControllerVisibilityListener
-
- Enclosing class:
- StyledPlayerView
public static interface StyledPlayerView.ControllerVisibilityListener
Listener to be notified about changes of the visibility of the UI controls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onVisibilityChanged(int visibility)
Called when the visibility changes.
-
-
-
Method Detail
-
onVisibilityChanged
void onVisibilityChanged(int visibility)
Called when the visibility changes.- Parameters:
visibility
- The new visibility. EitherView.VISIBLE
orView.GONE
.
-
-