Language

FillResponse.Builder.SetIgnoredIds(AutofillId[]) Method

Definition

Specifies views that should not trigger new AutofillService.onFillRequest(FillRequest,android.os.CancellationSignal,FillCallback) requests.

[Android.Runtime.Register("setIgnoredIds", "([Landroid/view/autofill/AutofillId;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=26)]
public Android.Service.Autofill.FillResponse.Builder SetIgnoredIds(params Android.Views.Autofill.AutofillId[]? ids);
[<Android.Runtime.Register("setIgnoredIds", "([Landroid/view/autofill/AutofillId;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=26)>]
member this.SetIgnoredIds : Android.Views.Autofill.AutofillId[] -> Android.Service.Autofill.FillResponse.Builder

Parameters

ids
AutofillId[]

Returns

Attributes

Remarks

Specifies views that should not trigger new AutofillService.onFillRequest(FillRequest,android.os.CancellationSignal,FillCallback) requests.

This is typically used when the service cannot autofill the view; for example, a text field representing the result of a Captcha challenge.

Android reference for android.service.autofill.FillResponse.Builder.setIgnoredIds.

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