SaveInfo.Builder.Build Method

Definition

Builds a new SaveInfo instance.

[Android.Runtime.Register("build", "()Landroid/service/autofill/SaveInfo;", "", ApiSince=26)]
public Android.Service.Autofill.SaveInfo? Build ();
[<Android.Runtime.Register("build", "()Landroid/service/autofill/SaveInfo;", "", ApiSince=26)>]
member this.Build : unit -> Android.Service.Autofill.SaveInfo

Returns

Attributes

Remarks

Builds a new SaveInfo instance.

If no #Builder(int, AutofillId[]) required ids, or #setOptionalIds(AutofillId[]) optional ids, or #FLAG_DELAY_SAVE were set, Save Dialog will only be triggered if platform detection is enabled, which is indicated when FillRequest.getHints() is not empty.

Java documentation for android.service.autofill.SaveInfo.Builder.build().

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