CookieSyncManager.Instance Property

Definition

Caution

deprecated

Singleton access to a CookieSyncManager.

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

Property Value

CookieSyncManager

Attributes

Remarks

Singleton access to a CookieSyncManager. An IllegalStateException will be thrown if CookieSyncManager#createInstance(Context) is not called before.

Java documentation for android.webkit.CookieSyncManager.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