Android.Views.View.AccessibilityLiveRegion Property
Gets the live region mode for this View.

Syntax

[get: Android.Runtime.Register("getAccessibilityLiveRegion", "()I", "GetGetAccessibilityLiveRegionHandler")]
[set: Android.Runtime.Register("setAccessibilityLiveRegion", "(I)V", "GetSetAccessibilityLiveRegion_IHandler")]
public virtual AccessibilityLiveRegion AccessibilityLiveRegion { get; set; }

See Also

View.AccessibilityLiveRegion

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the live region mode for this View.

Set method documentation [Android Documentation]

Sets the live region mode for this view. This indicates to accessibility services whether they should automatically notify the user about changes to the view's content description or text, or to the content descriptions or text of the view's children (where applicable). For example, in a login screen with a TextView that displays an "incorrect password" notification, that view should be marked as a live region with mode View.AccessibilityLiveRegionPolite. To disable change notifications for this view, use View.AccessibilityLiveRegionNone. This is the default live region mode for most views. To indicate that the user should be notified of changes, use View.AccessibilityLiveRegionPolite. If the view's changes should interrupt ongoing speech and notify the user immediately, use View.AccessibilityLiveRegionAssertive.

Requirements

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