Android.Webkit.CookieManager.Instance Property
Gets the singleton CookieManager instance.

Syntax

[get: Android.Runtime.Register("getInstance", "()Landroid/webkit/CookieManager;", "GetGetInstanceHandler")]
public static CookieManager Instance { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the singleton CookieManager instance. If this method is used before the application instantiates a Android.Webkit.WebView instance, CookieSyncManager.CreateInstance(Android.Content.Context) must be called first.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1