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