CookieSyncManager.CreateInstance(Context) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 所創建與分享的作品,並依授權條款所描述的使用進行修改。