Documentation for this section has not yet been entered.
Gets the provider for managing a virtual view hierarchy rooted at this View and reported to Android.AccessibilityServices.AccessibilityServices that explore the window content.
If this method returns an instance, this instance is responsible for managing Android.Views.Accessibility.AccessibilityNodeInfos describing the virtual sub-tree rooted at this View including the one representing the View itself. Similarly the returned instance is responsible for performing accessibility actions on any virtual view or the root view itself.
If an NoType:android/view/View$AccessibilityDelegate;Href=../../../reference/android/view/View.AccessibilityDelegate.html has been specified via calling View.SetAccessibilityDelegate(.AccessibilityDelegate) its NoType:android/view/View$AccessibilityDelegate;Href=../../../reference/android/view/View.AccessibilityDelegate.html#getAccessibilityNodeProvider(android.view.View) is responsible for handling this call.