Class VideoEventListener


  • public abstract class VideoEventListener
    extends java.lang.Object
    A listener for receiving callbacks for video events.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void onVideoComplete()
      Called when video playback ends.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VideoEventListener

        public VideoEventListener()
    • Method Detail

      • onVideoComplete

        public abstract void onVideoComplete()
        Called when video playback ends.