showDownloadFailedNotification

abstract fun showDownloadFailedNotification(downloadId: Long, url: String?)

Call this method to show the "download failed" notification. Takes as parameters the downloadId and the download url. Safe to call from any thread.