CookieSyncManager.CreateInstance(Context) メソッド

定義

注意事項

deprecated

コンテキスト内にシングルトン CookieSyncManager を作成する

[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

パラメーター

context
Context

context

戻り値

CookieSyncManager

属性

注釈

コンテキスト内にシングルトン CookieSyncManager を作成する

の Java ドキュメント android.webkit.CookieSyncManager.createInstance(android.content.Context)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象