onStart
open override fun onStart(context: Context, notificationId: Int, channelId: String, channelName: String, smallIcon: Int, title: CharSequence, content: CharSequence, isVibrate: Boolean, isSound: Boolean, supportCancelDownload: Boolean)
开始
Parameters
context
上下文
notificationId
通知ID
channelId
通知通道ID
channelName
通知通道名称
smallIcon
通知图标
title
通知标题
content
通知内容
isVibrate
通知是否允许震动
isSound
通知是否有铃声
supportCancelDownload
是否支持取消下载