Package 

Interface OnDownloadMediaListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onDownloadStart(boolean isWithProgress)
      abstract void onDownloadSuccess(String path)
      abstract void onDownloadProgress(int percent)
      abstract void onDownloadFailed()
      • Methods inherited from class java.lang.Object

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