TracingConfig.CategoriesInputLatency Field

Definition

Caution

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

Predefined set of categories for analyzing input latency issues.

[Android.Runtime.Register("CATEGORIES_INPUT_LATENCY", 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 CategoriesInputLatency = 8;
[<Android.Runtime.Register("CATEGORIES_INPUT_LATENCY", 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 CategoriesInputLatency : Android.Webkit.Categories

Field Value

Categories
Attributes

Remarks

Java documentation for android.webkit.TracingConfig.CATEGORIES_INPUT_LATENCY.

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