Interface ProgressResponseBody.ProgressListener

  • Enclosing class:
    ProgressResponseBody

    public static interface ProgressResponseBody.ProgressListener

    This class subject to change without prior notice, Please dont use this class directly.

    • Method Detail

      • update

        void update​(long bytesRead,
                    long contentLength,
                    boolean done)