CookieManagerProvider

Public interface for CookieManagerProvider

Functions

Link copied to clipboard
abstract fun forMode(mode: BrowserMode): CookieManager?

Returns the CookieManager for the given mode. Callers always specify the mode explicitly — the tab/activity's frozen mode for WebView-bound work, or the mode carried with a deferred request.

Link copied to clipboard

Sets cookieString for url in every browser mode's cookie jar (the default profile plus any non-default ones), flushing each.