onProgress

abstract fun onProgress(reqId: String?, bytesSent: Int, totalBytesSent: Int, totalBytesToSend: Int)

A callback for while each file is being uploaded.

Since

3.0.76

Parameters

reqId

Request ID of FileMessage.

bytesSent

Bytes sent since the last time this callback was called.

totalBytesSent

Total number of bytes sent so far.

totalBytesToSend

Total bytes to send.