Interface ProgressListener


public interface ProgressListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onProgressChanged(long numBytes, long totalBytes)
    Invoked when the progress of the API call changes.
  • Method Details

    • 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.