Share via


UserData.Builder.Build Method

Definition

Creates a new UserData instance.

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

Returns

The built dataset.

Attributes

Remarks

Creates a new UserData instance.

You should not interact with this builder once this method is called.

Java documentation for android.service.autofill.UserData.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