CefDownloadHandler

Implement this interface to handle file downloads. The methods of this class will called on the browser process UI thread.

Inheritors

Functions

Link copied to clipboard
abstract fun onBeforeDownload(browser: CefBrowser, downloadItem: CefDownloadItem, suggestedName: String, callback: CefBeforeDownloadCallback)
Called before a download begins.
Link copied to clipboard
abstract fun onDownloadUpdated(browser: CefBrowser, downloadItem: CefDownloadItem, callback: CefDownloadItemCallback)
Called when a download's status or progress information has been updated.