Android.Views.View.AccessibilityLiveRegionNone Field
Live region mode specifying that accessibility services should not automatically announce changes to this view.

Value: 0

Syntax

[Android.Runtime.Register("ACCESSIBILITY_LIVE_REGION_NONE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.AccessibilityLiveRegion enum directly instead of this field.")]
public const AccessibilityLiveRegion AccessibilityLiveRegionNone

Remarks

Live region mode specifying that accessibility services should not automatically announce changes to this view. This is the default live region mode for most views.

Use with View.AccessibilityLiveRegion.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1