CefFileDialogCallback

Callback interface for asynchronous continuation of file dialog requests.

Functions

Link copied to clipboard
abstract fun Cancel()
Cancel the file selection.
Link copied to clipboard
abstract fun Continue(filePaths: Vector<String>)
Continue the file selection with the specified file_paths.