CefDownloadHandlerAdapter

An abstract adapter class for receiving download events. The methods in this class are empty. This class exists as convenience for creating handler objects.

Constructors

Link copied to clipboard
constructor()

Functions

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