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

Syntax

[Android.Runtime.Register("performAction", "(ILandroid/os/Bundle;)Z", "GetPerformAction_ILandroid_os_Bundle_Handler")]
public virtual bool PerformAction ([Android.Runtime.GeneratedEnum] Action action, Android.OS.Bundle arguments)

Parameters

action
The action to perform.
arguments
A bundle with additional arguments.

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 16