ContentInfo.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
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.
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.
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.