Package com.cefrium

Interface CefriumBrowser.OnRequestInterceptedListener

Enclosing class:
CefriumBrowser

public static interface CefriumBrowser.OnRequestInterceptedListener
Listener for network requests. Called by CEF's CefResourceRequestHandler::OnBeforeResourceLoad for every request. This level of request visibility is not available in Android WebView.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRequestIntercepted(String url, String method, boolean blocked)
     
  • Method Details

    • onRequestIntercepted

      void onRequestIntercepted(String url, String method, boolean blocked)