DownloadNotification

Functions

Link copied to clipboard
abstract fun createCustomNotification(channelId: String, downloadStatus: List<DownloadStatus>): Notification
Link copied to clipboard
abstract suspend fun onDownloadStateChanged(channelId: String, status: DownloadStatus): Notification?