View.ImportantForContentCaptureYesExcludeDescendants Field

Definition

Caution

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

The view is important for content capture, but its children (if any) will not be traversed.

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

Field Value

Value = 4
Attributes

Remarks

The view is important for content capture, but its children (if any) will not be traversed.

Java documentation for android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS.

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