Android.Views.View.AccessibilityLiveRegionAssertive Field
Live region mode specifying that accessibility services should interrupt ongoing speech to immediately announce changes to this view.

Value: 2

Syntax

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

Remarks

Live region mode specifying that accessibility services should interrupt ongoing speech to immediately announce changes to this view.

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