Android.Content.ClipData Members

The members of Android.Content.ClipData are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new clip that is a copy of another clip.
Create a new clip.
Create a new clip.
Create a new clip.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DescriptionClipDescription. Return the Android.Content.ClipDescription associated with this data, describing what it contains.
[read-only]
ItemCountint. Return the number of items in the clip data.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddItem(ClipData.Item)
Add a new Item to the overall ClipData container.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetItemAt(int) : ClipData.Item
Return a single item inside of the clip data.
static
NewHtmlText(Java.Lang.ICharSequence, Java.Lang.ICharSequence, string) : ClipData
Create a new ClipData holding data of the type ClipDescription.MimetypeTextHtml.
static
NewHtmlText(string, string, string) : ClipData
Documentation for this section has not yet been entered.
static
NewIntent(Java.Lang.ICharSequence, Intent) : ClipData
Create a new ClipData holding an Intent with MIME type ClipDescription.MimetypeTextIntent.
static
NewIntent(string, Intent) : ClipData
Documentation for this section has not yet been entered.
static
NewPlainText(Java.Lang.ICharSequence, Java.Lang.ICharSequence) : ClipData
Create a new ClipData holding data of the type ClipDescription.MimetypeTextPlain.
static
NewPlainText(string, string) : ClipData
Documentation for this section has not yet been entered.
static
NewRawUri(Java.Lang.ICharSequence, Android.Net.Uri) : ClipData
Create a new ClipData holding an URI with MIME type ClipDescription.MimetypeTextUrilist.
static
NewRawUri(string, Android.Net.Uri) : ClipData
Documentation for this section has not yet been entered.
static
NewUri(ContentResolver, Java.Lang.ICharSequence, Android.Net.Uri) : ClipData
Create a new ClipData holding a URI.
static
NewUri(ContentResolver, string, Android.Net.Uri) : ClipData
Documentation for this section has not yet been entered.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.