public interface CefFileDialogCallback
void Cancel()
void Continue(int selectedAcceptFilter, java.util.Vector<java.lang.String> filePaths)
selectedAcceptFilter
- 0-based index of the value selected from the accept filters array passed to CefDialogHandler::OnFileDialog.
(-从0的值的索引,该值是从传递给CefDialogHandler :: OnFileDialog的接受过滤器数组中选择的。)
filePaths
- list of selected file paths or an empty list.
(-所选文件路径的列表或空列表。)