CookieManager.RemoveAllCookie Method

Definition

Caution

deprecated

Removes all cookies.

[Android.Runtime.Register("removeAllCookie", "()V", "GetRemoveAllCookieHandler")]
[System.Obsolete("deprecated")]
public abstract void RemoveAllCookie ();
[<Android.Runtime.Register("removeAllCookie", "()V", "GetRemoveAllCookieHandler")>]
[<System.Obsolete("deprecated")>]
abstract member RemoveAllCookie : unit -> unit
Attributes

Remarks

Removes all cookies.

This member is deprecated. Use #removeAllCookies(ValueCallback) instead.

Java documentation for android.webkit.CookieManager.removeAllCookie().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to