語言

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

內容

傳回

CookieSyncManager

屬性

備註

在上下文中建立單例 CookieSyncManager

Java 文件 android.webkit.CookieSyncManager.createInstance(android.content.Context)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於