The members of Android.Views.Accessibility.AccessibilityNodeProvider are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | HostViewId | int (-1). The virtual id for the hosting View. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CreateAccessibilityNodeInfo(int)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)Finds Android.Views.Accessibility.AccessibilityNodeInfos by text. | ||
FindFocus(NodeFocus)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)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. |