ProgressListener

interface ProgressListener

Interface to send a progress info.

Functions

Link copied to clipboard
abstract fun onProgress(progress: Int, total: Int)

Will be invoked on the background thread, not in UI thread.