Share via


TracingConfig.CategoriesNone Field

Definition

Caution

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

Indicates that there are no predefined categories.

[Android.Runtime.Register("CATEGORIES_NONE", 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 CategoriesNone = 0;
[<Android.Runtime.Register("CATEGORIES_NONE", 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 CategoriesNone : Android.Webkit.Categories

Field Value

Value = 0
Attributes

Remarks

Indicates that there are no predefined categories.

Java documentation for android.webkit.TracingConfig.CATEGORIES_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to