onDownloadProgressChanged

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

Called when a response has been received successfully.

Parameters

current

the number of bytes downloaded so far.

total

the total size of the download in bytes.

timestamp

the timestamp of when the response was received.