Language

IAdapterExtensions.GetAutofillOptions(IAdapter) Method

Definition

Gets the autofill options.

public static string[]? GetAutofillOptions(this Android.Widget.IAdapter self);
static member GetAutofillOptions : Android.Widget.IAdapter -> string[]

Parameters

self
IAdapter

The self value.

Returns

String[]

The result of the get autofill options operation.

Remarks

Additional details are available in the Android reference documentation.

Applies to