Dataset.Builder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Dataset.Builder() |
Creates a new builder for a dataset where each field will be visualized independently. |
Dataset.Builder(Presentations) |
Creates a new builder. |
Dataset.Builder(RemoteViews) |
Creates a new builder. |
Dataset.Builder()
Creates a new builder for a dataset where each field will be visualized independently.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public Builder ();
- Attributes
Remarks
Creates a new builder for a dataset where each field will be visualized independently.
When using this constructor, a presentation must be provided for each field through #setField(AutofillId, Field)
.
Java documentation for android.service.autofill.Dataset.Builder.Dataset$Builder()
.
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
Dataset.Builder(Presentations)
Creates a new builder.
[Android.Runtime.Register(".ctor", "(Landroid/service/autofill/Presentations;)V", "", ApiSince=33)]
public Builder (Android.Service.Autofill.Presentations presentations);
[<Android.Runtime.Register(".ctor", "(Landroid/service/autofill/Presentations;)V", "", ApiSince=33)>]
new Android.Service.Autofill.Dataset.Builder : Android.Service.Autofill.Presentations -> Android.Service.Autofill.Dataset.Builder
Parameters
- presentations
- Presentations
The presentations used to visualize this dataset.
- Attributes
Remarks
Creates a new builder.
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
Dataset.Builder(RemoteViews)
Creates a new builder.
[Android.Runtime.Register(".ctor", "(Landroid/widget/RemoteViews;)V", "", ApiSince=26)]
public Builder (Android.Widget.RemoteViews presentation);
[<Android.Runtime.Register(".ctor", "(Landroid/widget/RemoteViews;)V", "", ApiSince=26)>]
new Android.Service.Autofill.Dataset.Builder : Android.Widget.RemoteViews -> Android.Service.Autofill.Dataset.Builder
Parameters
- presentation
- RemoteViews
The presentation used to visualize this dataset.
- Attributes
Remarks
Creates a new builder.
This member is deprecated. Use #Builder(Presentations)
instead.
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.