MediaDownloadService
constructor(foregroundNotificationId: Int, foregroundNotificationUpdateInterval: Long, channelId: String?, @StringRes channelNameResourceId: Int, @StringRes channelDescriptionResourceId: Int, @DrawableRes notificationIcon: Int)
Parameters
foregroundNotificationId
see DownloadService.
foregroundNotificationUpdateInterval
see DownloadService.
channelId
see DownloadService.
channelNameResourceId
see DownloadService.
channelDescriptionResourceId
see DownloadService.
notificationIcon
see smallIcon
in DownloadNotificationHelper.buildProgressNotification.