AccessibilityNodeInfo.ActionArgumentSetTextCharsequence Field

Definition

Argument for specifying the text content to set.

[Android.Runtime.Register("ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE")]
public const string ActionArgumentSetTextCharsequence;
[<Android.Runtime.Register("ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE")>]
val mutable ActionArgumentSetTextCharsequence : string

Field Value

Implements

Attributes

Remarks

Argument for specifying the text content to set.

<strong>Type:</strong> CharSequence<br> <strong>Actions:</strong> <ul> <li>AccessibilityAction#ACTION_SET_TEXT</li> </ul>

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

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