AccessibilityNodeInfo.FlagPrefetchSiblings Field

Definition

Caution

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

Prefetching strategy that prefetches the siblings of the requested node.

[Android.Runtime.Register("FLAG_PREFETCH_SIBLINGS", 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 FlagPrefetchSiblings = 2;
[<Android.Runtime.Register("FLAG_PREFETCH_SIBLINGS", 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 FlagPrefetchSiblings : Android.Views.Accessibility.PrefetchType

Field Value

Value = 2

Implements

Attributes

Remarks

Prefetching strategy that prefetches the siblings of the requested node.

To avoid disconnected trees, this flag will also prefetch the parent. Siblings will be prefetched before descendants.

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

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