The members of Android.Content.ClipDescription are listed below.
See Also: Inherited members from Java.Lang.Object
Create a copy of a ClipDescription. | ||
Create a new clip. | ||
Create a new clip. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | MimetypeTextHtml | string. The MIME type for a clip holding HTML text. |
const | MimetypeTextIntent | string. The MIME type for a clip holding an Intent. |
const | MimetypeTextPlain | string. The MIME type for a clip holding plain text. |
const | MimetypeTextUrilist | string. The MIME type for a clip holding one or more URIs. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | Label | string. Documentation for this section has not yet been entered. |
[read-only] | LabelFormatted | Java.Lang.ICharSequence. Return the label for this clip. |
[read-only] | MimeTypeCount | int. Return the number of MIME types the clip is available in. |
[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. |
static | CompareMimeTypes(string, string)Helper to compare two MIME types, where one may be a pattern. | |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
FilterMimeTypes(string)Filter the clip description MIME types by the given MIME type. | ||
GetMimeType(int)Return one of the possible clip MIME types. | ||
HasMimeType(string)Check whether the clip description contains the given MIME type. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |