TracingConfig.CategoriesAndroidWebview フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Webkit.Categories enum directly instead of this field.

定義済みのカテゴリ セットは、通常、WebView の分析に役立ちます。

[Android.Runtime.Register("CATEGORIES_ANDROID_WEBVIEW", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.Categories enum directly instead of this field.", true)]
public const Android.Webkit.Categories CategoriesAndroidWebview = 2;
[<Android.Runtime.Register("CATEGORIES_ANDROID_WEBVIEW", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.Categories enum directly instead of this field.", true)>]
val mutable CategoriesAndroidWebview : Android.Webkit.Categories

フィールド値

Value = 2
属性

注釈

定義済みのカテゴリ セットは、通常、WebView の分析に役立ちます。 通常、"android_webview" カテゴリと "Java" カテゴリが含まれます。

android.webkit.TracingConfig.CATEGORIES_ANDROID_WEBVIEWJava ドキュメント。

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

適用対象