CefDialogHandler
interface CefDialogHandler
Implement this interface to handle dialog events. The methods of this class will be called on the browser process UI thread.
Inheritors
Types
Link copied to clipboard
enum FileDialogMode
Supported file dialog modes.
Functions
Link copied to clipboard
abstract fun onFileDialog(browser: CefBrowser, mode: CefDialogHandler.FileDialogMode, title: String, defaultFilePath: String, acceptFilters: Vector<String>, callback: CefFileDialogCallback): Boolean
Called to run a file chooser dialog.