Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefBeforeDownloadCallback

CefBaseRefCounted
   |
   +--CefBeforeDownloadCallback

   in cef_download_handler.h

class CefBeforeDownloadCallback
extends CefBaseRefCounted

Callback interface used to asynchronously continue a download.


Method Summary
 virtual void Continue( const CefString& download_path, bool show_dialog )= 0
          Call to continue the download.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Continue

public virtual void Continue( const CefString& download_path, bool show_dialog )= 0;
Call to continue the download. Set |download_path| 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. Set |show_dialog| to true if you do wish to show the default "Save As" dialog.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt