Language

VirtualViewFillInfo.Builder.SetAutofillHints(String[]) Method

Definition

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.

Applies to