ClipData.Item.Builder.Build Method
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.
Constructs a new Item with the properties set on this builder.
[Android.Runtime.Register("build", "()Landroid/content/ClipData$Item;", "", ApiSince=35)]
public Android.Content.ClipData.Item Build();
[<Android.Runtime.Register("build", "()Landroid/content/ClipData$Item;", "", ApiSince=35)>]
member this.Build : unit -> Android.Content.ClipData.Item
Returns
The constructed item. This value cannot be null .
- Attributes
Exceptions
Thrown if HTML text is provided without plain text.
Remarks
Constructs a new Item with the properties set on this builder.
Java documentation for android.content.ClipData.Item.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.