See Also: AccessibilityNodeInfo Members
This class represents a node of the window content as well as actions that can be requested from its source. From the point of view of an Android.AccessibilityServices.AccessibilityService a window content is presented as tree of accessibility node info which may or may not map one-to-one to the view hierarchy. In other words, a custom view is free to report itself as a tree of accessibility node info.
Once an accessibility node info is delivered to an accessibility service it is made immutable and calling a state mutation method generates an error.
Please refer to Android.AccessibilityServices.AccessibilityService for details about how to obtain a handle to window content as a tree of accessibility node info as well as familiarizing with the security model.
For more information about making applications accessible, read the Accessibility developer guide.