Package 

Interface OnCompletionListener


  • 
    public interface OnCompletionListener
    
                        

    Interface definition for a callback to be invoked when playback of a media source has completed.

    • Method Summary

      Modifier and Type Method Description
      abstract void onCompletion() Called when the end of a media source is reached during playback.
      • Methods inherited from class java.lang.Object

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

      • onCompletion

         abstract void onCompletion()

        Called when the end of a media source is reached during playback.