onUploadProgressChanged

abstract fun onUploadProgressChanged(current: Int, total: Int, timestamp: Long)

Called when a response has been received successfully.

Parameters

current

the number of bytes sent so far.

total

the size of the image in bytes.

timestamp

the timestamp of when the response was received.