AccessibilityNodeInfo.ActionArgumentDirectionInt Field

Definition

Argument to represent the direction when using AccessibilityAction#ACTION_SCROLL_IN_DIRECTION.

[Android.Runtime.Register("ACTION_ARGUMENT_DIRECTION_INT", ApiSince=34)]
public const string ActionArgumentDirectionInt;
[<Android.Runtime.Register("ACTION_ARGUMENT_DIRECTION_INT", ApiSince=34)>]
val mutable ActionArgumentDirectionInt : string

Field Value

Implements

Attributes

Remarks

Argument to represent the direction when using AccessibilityAction#ACTION_SCROLL_IN_DIRECTION.

The value of this argument can be one of: <ul> <li>View#FOCUS_DOWN</li> <li>View#FOCUS_UP</li> <li>View#FOCUS_LEFT</li> <li>View#FOCUS_RIGHT</li> <li>View#FOCUS_FORWARD</li> <li>View#FOCUS_BACKWARD</li> </ul>

Java documentation for android.view.accessibility.AccessibilityNodeInfo.ACTION_ARGUMENT_DIRECTION_INT.

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