OnUploadCallback

typealias OnUploadCallback = suspend (uploaded: Long, count: Long) -> Unit(source)

A callback function type for tracking upload progress.

Parameters

uploaded

The number of bytes uploaded so far

count

The total number of bytes to be uploaded