LegacyPlayerControlView.VisibilityListener


public interface LegacyPlayerControlView.VisibilityListener


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

Summary

Public methods

abstract void
onVisibilityChange(int visibility)

Called when the visibility changes.

Public methods

onVisibilityChange

abstract void onVisibilityChange(int visibility)

Called when the visibility changes.

Parameters
int visibility

The new visibility. Either VISIBLE or GONE.