ViewStructure.SetAutofillOptions Method

Definition

Overloads

SetAutofillOptions(ICharSequence[])

Sets the options that can be used to autofill this node.

SetAutofillOptions(String[])

Sets the options that can be used to autofill this node.

SetAutofillOptions(ICharSequence[])

Sets the options that can be used to autofill this node.

[Android.Runtime.Register("setAutofillOptions", "([Ljava/lang/CharSequence;)V", "GetSetAutofillOptions_arrayLjava_lang_CharSequence_Handler", ApiSince=26)]
public abstract void SetAutofillOptions (Java.Lang.ICharSequence[]? options);
[<Android.Runtime.Register("setAutofillOptions", "([Ljava/lang/CharSequence;)V", "GetSetAutofillOptions_arrayLjava_lang_CharSequence_Handler", ApiSince=26)>]
abstract member SetAutofillOptions : Java.Lang.ICharSequence[] -> unit

Parameters

options
ICharSequence[]
Attributes

Remarks

Sets the options that can be used to autofill this node.

Typically used by nodes whose View#getAutofillType() is a list to indicate the meaning of each possible value in the list.

Java documentation for android.view.ViewStructure.setAutofillOptions(java.lang.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

SetAutofillOptions(String[])

Sets the options that can be used to autofill this node.

public void SetAutofillOptions (string[]? options);
member this.SetAutofillOptions : string[] -> unit

Parameters

options
String[]

Remarks

Sets the options that can be used to autofill this node.

Typically used by nodes whose View#getAutofillType() is a list to indicate the meaning of each possible value in the list.

Java documentation for android.view.ViewStructure.setAutofillOptions(java.lang.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