VirtualViewFillInfo.Builder.SetAutofillHints(String[]) 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.
Sets the autofill hints for the virtual view.
[Android.Runtime.Register("setAutofillHints", "([Ljava/lang/String;)Landroid/view/autofill/VirtualViewFillInfo$Builder;", "", ApiSince=34)]
public Android.Views.Autofill.VirtualViewFillInfo.Builder SetAutofillHints(params string[] value);
[<Android.Runtime.Register("setAutofillHints", "([Ljava/lang/String;)Landroid/view/autofill/VirtualViewFillInfo$Builder;", "", ApiSince=34)>]
member this.SetAutofillHints : string[] -> Android.Views.Autofill.VirtualViewFillInfo.Builder
Parameters
- value
- String[]
The autofill hints for the virtual view.
Returns
This builder.
- Attributes
Remarks
Sets the autofill hints for the virtual view.