onProgress

abstract fun onProgress(context: Context, notifyId: Int, channelId: String, @DrawableRes smallIcon: Int, title: CharSequence, content: CharSequence, progress: Int, size: Int, isSupportCancelDownload: Boolean)

更新进度

Parameters

context

上下文

notifyId

通知ID

channelId

通知通道ID

smallIcon

通知图标

title

通知标题

content

通知内容

progress

当前进度大小

size

总进度大小

isSupportCancelDownload

是否支持取消下载