Package 

Interface VideoControlsVisibilityListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onControlsShown() Occurs when the DefaultControls becomes visible
      abstract void onControlsHidden() Occurs when the DefaultControls becomes hidden
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onControlsShown

         abstract void onControlsShown()

        Occurs when the DefaultControls becomes visible

      • onControlsHidden

         abstract void onControlsHidden()

        Occurs when the DefaultControls becomes hidden