CefRequestContextHandlerAdapter
An abstract adapter class for receiving browser request context events. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
open fun getResourceRequestHandler(browser: CefBrowser, frame: CefFrame, request: CefRequest, isNavigation: Boolean, isDownload: Boolean, requestInitiator: String, disableDefaultHandling: BoolRef): CefResourceRequestHandler
Called on the IO thread before a resource request is initiated.