CookieManager.RemoveAllCookie Method

Definition

Removes all cookies.

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

Remarks

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