- accept
- whether Android.Webkit.WebView instances should send and accept cookies
Sets whether the application's Android.Webkit.WebView instances should send and accept cookies. By default this is set to true and the WebView accepts cookies.
When this is true CookieManager.SetAcceptThirdPartyCookies(WebView, System.Boolean) and CookieManager.SetAcceptFileSchemeCookies(bool) can be used to control the policy for those specific types of cookie.