showNotification

open fun showNotification(    context: Context,     notifyId: Int,     channelId: String,     @DrawableRes smallIcon: Int,     title: CharSequence,     content: CharSequence,     isAutoCancel: Boolean)

显示通知信息(非第一次)

Parameters

notifyId
channelId
smallIcon
title
content