BaseAdapter.SetAutofillOptions Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SetAutofillOptions(ICharSequence[]) |
Sets the value returned by |
SetAutofillOptions(String[]) |
Sets the value returned by |
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[]
- 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
.NET for Android .NET for Android API 35 i .NET for Android .NET for Android API 34
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |
Sets the value returned by #getAutofillOptions()
public void SetAutofillOptions (params string[]? options);
member this.SetAutofillOptions : string[] -> unit
Parameters
- options
- String[]
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
.NET for Android .NET for Android API 35 i .NET for Android .NET for Android API 34
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |