Share via


ContentInfo.Builder Constructors

Definition

Overloads

ContentInfo.Builder(ContentInfo)

Creates a new builder initialized with the data from the given builder.

ContentInfo.Builder(ClipData, Int32)

Creates a new builder.

ContentInfo.Builder(ContentInfo)

Creates a new builder initialized with the data from the given builder.

[Android.Runtime.Register(".ctor", "(Landroid/view/ContentInfo;)V", "", ApiSince=31)]
public Builder (Android.Views.ContentInfo other);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ContentInfo;)V", "", ApiSince=31)>]
new Android.Views.ContentInfo.Builder : Android.Views.ContentInfo -> Android.Views.ContentInfo.Builder

Parameters

other
ContentInfo
Attributes

Remarks

Creates a new builder initialized with the data from the given builder.

Java documentation for android.view.ContentInfo.Builder.ContentInfo$Builder(android.view.ContentInfo).

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

ContentInfo.Builder(ClipData, Int32)

Creates a new builder.

[Android.Runtime.Register(".ctor", "(Landroid/content/ClipData;I)V", "", ApiSince=31)]
public Builder (Android.Content.ClipData clip, int source);
[<Android.Runtime.Register(".ctor", "(Landroid/content/ClipData;I)V", "", ApiSince=31)>]
new Android.Views.ContentInfo.Builder : Android.Content.ClipData * int -> Android.Views.ContentInfo.Builder

Parameters

clip
ClipData

The data to insert.

source
Int32

The source of the operation. See SOURCE_ constants.

Attributes

Remarks

Creates a new builder.

Java documentation for android.view.ContentInfo.Builder.ContentInfo$Builder(android.content.ClipData, int).

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