Android.Views.Accessibility.AccessibilityNodeInfo.LiveRegion Property
Gets the node's live region mode.

Syntax

[get: Android.Runtime.Register("getLiveRegion", "()I", "GetGetLiveRegionHandler")]
[set: Android.Runtime.Register("setLiveRegion", "(I)V", "GetSetLiveRegion_IHandler")]
public virtual Android.Views.AccessibilityLiveRegion LiveRegion { get; set; }

See Also

Android.Views.View.AccessibilityLiveRegion
Android.Views.View.AccessibilityLiveRegion

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the node's live region mode. A live region is a node that contains information that is important for the user and when it changes the user should be notified. 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 Android.Views.View.AccessibilityLiveRegionPolite. It is the responsibility of the accessibility service to monitor AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED events indicating changes to live region nodes and their children.

Set method documentation [Android Documentation]

Sets the node's live region mode. Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Requirements

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