ViewStructure.SetAutofillOptions Method

Definition

Overloads

Name Description
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. Typically used by nodes whose View.getAutofillType() is a list to indicate the meaning of each possible value in the list.

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[]

The System.String[] value used for options.

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.

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(ICharSequence[])

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.

[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[]

The Java.Lang.ICharSequence[] value used for options.

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