Interface UploadProgressListener


  • public interface UploadProgressListener
    • Method Detail

      • onProgress

        void onProgress​(Long bytesWritten,
                        Long totalBytes,
                        int chunkCount,
                        int chunkNum)