Language

FillResponse.Builder.SetFlags(AutofillResponseFlags) Method

Definition

Sets flags changing the response behavior.

[Android.Runtime.Register("setFlags", "(I)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=28)]
public Android.Service.Autofill.FillResponse.Builder SetFlags(Android.Service.Autofill.AutofillResponseFlags flags);
[<Android.Runtime.Register("setFlags", "(I)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=28)>]
member this.SetFlags : Android.Service.Autofill.AutofillResponseFlags -> Android.Service.Autofill.FillResponse.Builder

Parameters

flags
AutofillResponseFlags

a combination of FillResponse.FLAG_TRACK_CONTEXT_COMMITED, FillResponse.FLAG_DISABLE_ACTIVITY_ONLY, and FillResponse.FLAG_DELAY_FILL, or 0. Value is either 0 or a combination of the following: FillResponse.FLAG_TRACK_CONTEXT_COMMITED; FillResponse.FLAG_DISABLE_ACTIVITY_ONLY; FillResponse.FLAG_DELAY_FILL

Returns

This builder. This value cannot be null.

Attributes

Remarks

Sets flags changing the response behavior.

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

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