Dataset.Builder Constructors

Definition

Overloads

Dataset.Builder()
Dataset.Builder(RemoteViews)

Dataset.Builder()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public Builder ();
Attributes

Remarks

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)

[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
Attributes

Remarks

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