Interface Downloader.ProgressListener

  • Enclosing interface:
    Downloader

    public static interface Downloader.ProgressListener
    Receives progress updates during download operations.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onProgress​(long contentLength, long bytesDownloaded, float percentDownloaded)
      Called when progress is made during a download operation.