Android.Views.Accessibility.AccessibilityNodeInfo.ActionSetText Field
Action that sets the text of the node.

Value: 2097152

Syntax

[Android.Runtime.Register("ACTION_SET_TEXT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.")]
public const Action ActionSetText

Remarks

Action that sets the text of the node. Performing the action without argument, using null or empty Java.Lang.ICharSequence will clear the text. This action will also put the cursor at the end of text.

Arguments:AccessibilityNodeInfo.ActionArgumentSetTextCharsequence

Example:

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14