CefRequestContextHandler
interface CefRequestContextHandler
Implement this interface to provide handler implementations.
Inheritors
Functions
Link copied to clipboard
abstract 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.