onError

abstract fun onError(    context: Context,     notifyId: Int,     channelId: String,     @DrawableRes smallIcon: Int,     title: CharSequence,     content: CharSequence,     isReDownload: Boolean,     config: UpdateConfig)

错误

Parameters

context

上下文

notifyId

通知ID

channelId

通知通道ID

smallIcon

通知图标

title

通知标题

content

通知内容

isReDownload

是否重复下载

config

配置