Language

BaseAdapter.SetAutofillOptions Method

Definition

Overloads

Name Description
SetAutofillOptions(ICharSequence[])

Sets the value returned by #getAutofillOptions()

SetAutofillOptions(String[])

Sets the value returned by #getAutofillOptions()

SetAutofillOptions(ICharSequence[])

Sets the value returned by #getAutofillOptions()

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

Parameters

options
ICharSequence[]

CharSequence : This value may be null .

Attributes

Remarks

Java documentation for android.widget.BaseAdapter.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 value returned by #getAutofillOptions()

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

Parameters

options
String[]

CharSequence : This value may be null .

Remarks

Java documentation for android.widget.BaseAdapter.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