Interface PlayerControlView.VisibilityListener

  • Enclosing class:
    PlayerControlView

    public static interface PlayerControlView.VisibilityListener
    Listener to be notified about changes of the visibility of the UI control.
    • Method Detail

      • onVisibilityChange

        void onVisibilityChange​(int visibility)
        Called when the visibility changes.
        Parameters:
        visibility - The new visibility. Either View.VISIBLE or View.GONE.