onProgress

abstract fun onProgress(bytesSent: Int, totalBytesSent: Int, totalBytesToSend: Int)

A callback for while file is being uploaded.

Since

3.0.23

Parameters

bytesSent

Bytes sent since the last time this callback was called.

totalBytesSent

Total number of bytes sent so far.

totalBytesToSend

Total bytes to send.