public interface CefBeforeDownloadCallback
void Continue(java.lang.String downloadPath, boolean showDialog)
downloadPath
- Set it to the full file path for the download including the file name or leave blank to use the suggested name and the default temp directory.
(-将其设置为下载的完整文件路径,包括文件名,或保留为空白以使用建议的名称和默认的temp目录。)
showDialog
- Set it to true if you do wish to show the default "Save As" dialog.
(-如果您希望显示默认的“另存为”对话框,请将其设置为true。)