IAdapterExtensions.GetAutofillOptions(IAdapter) Method
Definition
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.
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
The result of the get autofill options operation.
Remarks
Additional details are available in the Android reference documentation.