Android.Views.Accessibility.AccessibilityNodeInfo.RemoveAction Method
Removes an action that can be performed on the node.

Syntax

[Android.Runtime.Register("removeAction", "(I)V", "GetRemoveAction_IHandler")]
[System.Obsolete("deprecated")]
public virtual void RemoveAction (int action)

Parameters

action
The action to be removed.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Removes an action that can be performed on the node. If the action was not already added to the node, calling this method has no effect.

Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an 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