Package 

Interface DisplayVideoListener


  • 
    public interface DisplayVideoListener
    
                        

    Listener interface representing Display video events. All methods will be invoked on the main thread.

    • Method Summary

      Modifier and Type Method Description
      abstract void onVideoCompleted()
      abstract void onVideoPaused()
      abstract void onVideoResumed()
      abstract void onVideoUnMuted()
      abstract void onVideoMuted()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait