Package com.cefrium

Interface CefriumBrowser.OnDownloadListener

Enclosing class:
CefriumBrowser

public static interface CefriumBrowser.OnDownloadListener
Listener for download progress updates. Uses CEF API: CefDownloadHandler.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDownloadUpdated(String name, String path, int percent, boolean complete, boolean canceled)
     
  • Method Details

    • onDownloadUpdated

      void onDownloadUpdated(String name, String path, int percent, boolean complete, boolean canceled)
      Parameters:
      name - File name being downloaded.
      path - Full path on device.
      percent - Download progress (0-100).
      complete - true when download is finished.
      canceled - true if download was canceled.