public interface CefFileDialogCallback
void Continue(int selectedAcceptFilter,
Vector<String> filePaths)
selectedAcceptFilter - 0-based index of the value selected from the
accept filters array passed to CefDialogHandler::OnFileDialog.filePaths - list of selected file paths or an empty list.void Cancel()
Copyright © 2017. All rights reserved.