onFileDialogDismissed

abstract fun onFileDialogDismissed(filePaths: Vector<String>)

Called asynchronously after the file dialog is dismissed. If the selection was successful filePaths will be a single value or a list of values depending on the dialog mode. If the selection was cancelled filePaths will be empty.

Parameters

filePaths

list of file paths or empty list.