onUploadProgressChanged

abstract fun onUploadProgressChanged(bytesSent: Int, imageSize: Int, timestamp: Long)

Called when the upload state progress has changed.

Parameters

bytesSent

the number of bytes sent so far.

imageSize

the total number of bytes to send.

timestamp

the time that the successful response packet for the progress was received.