showErrorNotification

fun showErrorNotification(context: Context, notificationId: Int, channelId: String, @DrawableRes smallIcon: Int, title: CharSequence, content: CharSequence, allowRetry: Boolean)

显示下载出错通知

Parameters

context
notificationId

通知ID

channelId

通知渠道ID

smallIcon

小图标资源ID

title

通知标题

content

通知内容

allowRetry

是否允许重新下载