TracingConfig.CategoriesAndroidWebview Campo

Definición

Precaución

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

El conjunto predefinido de categorías suele ser útil para analizar WebViews.

[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

Valor de campo

Value = 2
Atributos

Comentarios

El conjunto predefinido de categorías suele ser útil para analizar WebViews. Normalmente incluye categorías "android_webview" y "Java".

Java documentación para android.webkit.TracingConfig.CATEGORIES_ANDROID_WEBVIEW.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a