CefRunFileDialogCallback

Callback interface for CefBrowserHost::RunFileDialog. The methods of this class will be called on the browser process UI thread.

Functions

Link copied to clipboard
abstract fun onFileDialogDismissed(filePaths: Vector<String>)
Called asynchronously after the file dialog is dismissed.