AccessibilityNodeInfo.ActionArgumentDirectionInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
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.