Interface ProgressListener


  • public interface ProgressListener
    • Method Detail

      • onProgressChanged

        void onProgressChanged​(long numBytes,
                               long totalBytes)
        Invoked when the progress of the API call changes.
        Parameters:
        numBytes - the number of bytes completed.
        totalBytes - the total number of bytes.