AccessibilityNodeInfo.Actions Property

Definition

Caution

deprecated

Gets the actions that can be performed on the node.

[System.Obsolete("deprecated")]
public virtual Android.Views.Accessibility.Action Actions { [Android.Runtime.Register("getActions", "()I", "GetGetActionsHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getActions", "()I", "GetGetActionsHandler")>]
member this.Actions : Android.Views.Accessibility.Action

Property Value

The bit mask of with actions.

Attributes

Remarks

Gets the actions that can be performed on the node.

This member is deprecated. Use #getActionList().

Java documentation for android.view.accessibility.AccessibilityNodeInfo.getActions().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also