showDownloadInProgressNotification

abstract fun showDownloadInProgressNotification(downloadId: Long, filename: String, progress: Int = 0)

Show an "in progress" notification for the file being downloaded. It can be called multiple times with the progress of the download, and receives the downloadId and the filename. Although it is safe to call this method from any thread, if called too frequently, it is recommended to call it on a background thread.