public interface CefRunFileDialogCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onFileDialogDismissed(int selectedAcceptFilter,
Vector<String> filePaths)
Called asynchronously after the file dialog is dismissed.
|
void onFileDialogDismissed(int selectedAcceptFilter,
Vector<String> filePaths)
selectedAcceptFilter - 0-based index of the value selected from
the accept filters array passed to CefBrowserHost::RunFileDialog.filePaths - list of file paths or empty list.Copyright © 2017. All rights reserved.