CookieManager.Instance Property

Definition

Gets the singleton CookieManager instance.

public static Android.Webkit.CookieManager? Instance { [Android.Runtime.Register("getInstance", "()Landroid/webkit/CookieManager;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Landroid/webkit/CookieManager;", "")>]
member this.Instance : Android.Webkit.CookieManager

Property Value

CookieManager

the singleton CookieManager instance

Attributes

Remarks

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

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