CefCookieVisitor

Interface to implement for visiting cookie values. The methods of this class will always be called on the IO thread.

Functions

Link copied to clipboard
abstract fun visit(cookie: CefCookie, count: Int, total: Int, delete: BoolRef): Boolean
Method that will be called once for each cookie.