CefCookieAccessFilterAdapter

An abstract adapter class for cookie access filter events. The methods in this class are empty. This class exists as convenience for creating handler objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun canSaveCookie(browser: CefBrowser, frame: CefFrame, request: CefRequest, response: CefResponse, cookie: CefCookie): Boolean
Called on the IO thread after a resource response is received.
Link copied to clipboard
open fun canSendCookie(browser: CefBrowser, frame: CefFrame, request: CefRequest, cookie: CefCookie): Boolean
Called on the IO thread before a resource request is sent.