showNotification
fun showNotification(context: Context, notificationId: Int, channelId: String, @DrawableRes smallIcon: Int, title: CharSequence, content: CharSequence, isAutoCancel: Boolean)
显示通知信息(非第一次)
Parameters
context
notificationId
通知ID
channelId
通知渠道ID
smallIcon
小图标资源ID
title
通知标题
content
通知内容
isAutoCancel
是否自动取消