Language

SaveInfo.Builder.SetFlags(SaveFlags) Method

Definition

Sets flags changing the save behavior.

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

Parameters

flags
SaveFlags

SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, SaveInfo.FLAG_DONT_SAVE_ON_FINISH, SaveInfo.FLAG_DELAY_SAVE, or 0. Value is either 0 or a combination of the following: SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE; SaveInfo.FLAG_DONT_SAVE_ON_FINISH; SaveInfo.FLAG_DELAY_SAVE

Returns

This builder. This value cannot be null.

Attributes

Remarks

Sets flags changing the save behavior.

Android reference for android.service.autofill.SaveInfo.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