FrameMetrics.UnknownDelayDuration Field

Definition

Caution

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

Metric identifier for unknown delay.

[Android.Runtime.Register("UNKNOWN_DELAY_DURATION", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)]
public const Android.Views.FrameMetricsId UnknownDelayDuration = 0;
[<Android.Runtime.Register("UNKNOWN_DELAY_DURATION", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)>]
val mutable UnknownDelayDuration : Android.Views.FrameMetricsId

Field Value

Value = 0
Attributes

Remarks

Metric identifier for unknown delay.

Represents the number of nanoseconds elapsed waiting for the UI thread to become responsive and process the frame. This should be 0 most of the time.

Java documentation for android.view.FrameMetrics.UNKNOWN_DELAY_DURATION.

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