ProgressListener

fun interface ProgressListener

Functions

Link copied to clipboard
abstract fun onProgress(bytesWritten: Long, contentLength: Long, done: Boolean)