DownloadListener

下载监听器

Author

Jenly

Follow me

Inheritors

Functions

Link copied to clipboard
abstract fun onCancel()

下载取消

Link copied to clipboard
abstract fun onError(cause: Throwable)

下载出错

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

更新进度

Link copied to clipboard
abstract fun onStart(url: String)

开始下载

Link copied to clipboard
abstract fun onSuccess(file: File)

下载成功