The members of Android.Content.ClipData are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new clip that is a copy of another clip. | ||
Create a new clip. | ||
Create a new clip. | ||
Create a new clip. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | Description | ClipDescription. Return the Android.Content.ClipDescription associated with this data, describing what it contains. |
[read-only] | ItemCount | int. Return the number of items in the clip data. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |