toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.callback
/
CefFileDialogCallback
Cef
File
Dialog
Callback
interface
CefFileDialogCallback
Callback interface for asynchronous continuation of file dialog requests.
Members
Functions
Cancel
Link copied to clipboard
abstract
fun
Cancel
(
)
Cancel the file selection.
Continue
Link copied to clipboard
abstract
fun
Continue
(
filePaths
:
Vector
<
String
>
)
Continue the file selection with the specified file_paths.