CefCookieManager
Class used for managing cookies. The methods of this class may be called on any thread unless otherwise indicated.
Inheritors
Functions
Link copied to clipboard
Delete all cookies that match the specified parameters.
Link copied to clipboard
Flush the backing store (if any) to disk.
Link copied to clipboard
Returns the global cookie manager.
Link copied to clipboard
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Method is called by the native code to store a reference to an implemented native JNI counterpart.
Link copied to clipboard
Visit all cookies.
Link copied to clipboard
abstract fun visitUrlCookies(url: String, includeHttpOnly: Boolean, visitor: CefCookieVisitor): Boolean
Visit a subset of cookies.