Android.Views.Accessibility.AccessibilityNodeProvider: Method Members

The methods of Android.Views.Accessibility.AccessibilityNodeProvider are listed below. For a list of all members, see the AccessibilityNodeProvider Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

CreateAccessibilityNodeInfo(int) : AccessibilityNodeInfo
Returns an Android.Views.Accessibility.AccessibilityNodeInfo representing a virtual view, i.e. a descendant of the host View, with the given virtualViewId or the host View itself if virtualViewId equals to AccessibilityNodeProvider.HostViewId.
FindAccessibilityNodeInfosByText(string, int) : IList<AccessibilityNodeInfo>
Finds Android.Views.Accessibility.AccessibilityNodeInfos by text.
FindFocus(NodeFocus) : AccessibilityNodeInfo
Find the virtual view, i.e. a descendant of the host View, that has the specified focus type.
PerformAction(int, Android.AccessibilityServices.GlobalAction, Android.OS.Bundle) : bool
Performs an accessibility action on a virtual view, i.e. a descendant of the host View, with the given virtualViewId or the host View itself if virtualViewId equals to AccessibilityNodeProvider.HostViewId.