Android.Views.Accessibility.AccessibilityNodeInfo.PerformAction Method
Performs an action on the node.

Syntax

[Android.Runtime.Register("performAction", "(I)Z", "GetPerformAction_IHandler")]
public virtual bool PerformAction ([Android.Runtime.GeneratedEnum] Action action)

Parameters

action
The action to perform.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called outside of an AccessibilityService.

Remarks

Performs an action on the node.

Note: An action can be performed only if the request is made from an Android.AccessibilityServices.AccessibilityService.

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14