Android.Content.ClipData: Method Members

The methods of Android.Content.ClipData are listed below. For a list of all members, see the ClipData Members list.

See Also: Inherited members from Java.Lang.Object

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.