public static interface StyledPlayerControlView.VisibilityListener
Modifier and Type | Method | Description |
---|---|---|
void |
onVisibilityChange(int visibility) |
Called when the visibility changes.
|
void onVisibilityChange(int visibility)
visibility
- The new visibility. Either View.VISIBLE
or View.GONE
.