showDownloadFinishedNotification

abstract fun showDownloadFinishedNotification(downloadId: Long, file: File, mimeType: String?)

Call this method to show the "download complete" notification. Takes as parameters the downloadId, the downloaded file and optionally the file mimeType Safe to call from any thread.