AccessibilityNodeInfo.FlagPrefetchUninterruptible Field

Definition

Caution

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

Prefetching flag that specifies prefetching should not be interrupted by a request to retrieve a node or perform an action on a node.

[Android.Runtime.Register("FLAG_PREFETCH_UNINTERRUPTIBLE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.PrefetchType enum directly instead of this field.", true)]
public const Android.Views.Accessibility.PrefetchType FlagPrefetchUninterruptible = 32;
[<Android.Runtime.Register("FLAG_PREFETCH_UNINTERRUPTIBLE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.PrefetchType enum directly instead of this field.", true)>]
val mutable FlagPrefetchUninterruptible : Android.Views.Accessibility.PrefetchType

Field Value

Value = 32

Implements

Attributes

Remarks

Prefetching flag that specifies prefetching should not be interrupted by a request to retrieve a node or perform an action on a node.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_UNINTERRUPTIBLE.

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