ProgressListener

interface ProgressListener

A listener used for upload/download progress notifications.

Functions

onProgress
Link copied to clipboard
abstract fun onProgress(done: Long, total: Long)