AccessibilityNodeInfo.ActionList Property

Definition

Gets the actions that can be performed on the node.

public virtual System.Collections.Generic.IList<Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction>? ActionList { [Android.Runtime.Register("getActionList", "()Ljava/util/List;", "GetGetActionListHandler")] get; }
[<get: Android.Runtime.Register("getActionList", "()Ljava/util/List;", "GetGetActionListHandler")>]
member this.ActionList : System.Collections.Generic.IList<Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction>

Property Value

Attributes

Remarks

Gets the actions that can be performed on the node.

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

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