Android.Views.Accessibility.AccessibilityNodeProvider Members

The members of Android.Views.Accessibility.AccessibilityNodeProvider are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
HostViewIdint (-1). The virtual id for the hosting View.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.