CookieSyncManager.CreateInstance(Context) Method

Definition

Caution

deprecated

Create a singleton CookieSyncManager within a context

[Android.Runtime.Register("createInstance", "(Landroid/content/Context;)Landroid/webkit/CookieSyncManager;", "")]
[System.Obsolete("deprecated")]
public static Android.Webkit.CookieSyncManager? CreateInstance (Android.Content.Context? context);
[<Android.Runtime.Register("createInstance", "(Landroid/content/Context;)Landroid/webkit/CookieSyncManager;", "")>]
[<System.Obsolete("deprecated")>]
static member CreateInstance : Android.Content.Context -> Android.Webkit.CookieSyncManager

Parameters

context
Context

context

Returns

CookieSyncManager

Attributes

Remarks

Create a singleton CookieSyncManager within a context

Java documentation for android.webkit.CookieSyncManager.createInstance(android.content.Context).

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