ViewStructure.SetTextIdEntry(String) Method

Definition

Sets the identifier used to set the text associated with this view.

[Android.Runtime.Register("setTextIdEntry", "(Ljava/lang/String;)V", "GetSetTextIdEntry_Ljava_lang_String_Handler", ApiSince=28)]
public virtual void SetTextIdEntry (string entryName);
[<Android.Runtime.Register("setTextIdEntry", "(Ljava/lang/String;)V", "GetSetTextIdEntry_Ljava_lang_String_Handler", ApiSince=28)>]
abstract member SetTextIdEntry : string -> unit
override this.SetTextIdEntry : string -> unit

Parameters

entryName
String
Attributes

Remarks

Sets the identifier used to set the text associated with this view.

Should only be set when the node is used for autofill purposes - it will be ignored when used for Assist.

Java documentation for android.view.ViewStructure.setTextIdEntry(java.lang.String).

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