Interface CefRequestCallback


  • public interface CefRequestCallback
    Callback interface used for asynchronous continuation of quota requests.
    • Method Detail

      • Continue

        void Continue​(boolean allow)
        Continue the url request.
        Parameters:
        allow - If set to true the request will be continued. Otherwise, the request will be canceled.
      • Cancel

        void Cancel()
        Cancel the url request.