PlayerView.ControllerVisibilityListener


public interface PlayerView.ControllerVisibilityListener


Listener to be notified about changes of the visibility of the UI controls.

Summary

Public methods

abstract void
onVisibilityChanged(int visibility)

Called when the visibility changes.

Public methods

onVisibilityChanged

abstract void onVisibilityChanged(int visibility)

Called when the visibility changes.

Parameters
int visibility

The new visibility. Either VISIBLE or GONE.