Android.Content.ClipDescription Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a copy of a ClipDescription.
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 Fields

const
MimetypeTextHtmlstring. The MIME type for a clip holding HTML text.
const
MimetypeTextIntentstring. The MIME type for a clip holding an Intent.
const
MimetypeTextPlainstring. The MIME type for a clip holding plain text.
const
MimetypeTextUriliststring. The MIME type for a clip holding one or more URIs.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
Labelstring. Documentation for this section has not yet been entered.
[read-only]
LabelFormattedJava.Lang.ICharSequence. Return the label for this clip.
[read-only]
MimeTypeCountint. Return the number of MIME types the clip is available in.

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

static
CompareMimeTypes(string, string) : bool
Helper to compare two MIME types, where one may be a pattern.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
FilterMimeTypes(string) : string[]
Filter the clip description MIME types by the given MIME type.
GetMimeType(int) : string
Return one of the possible clip MIME types.
HasMimeType(string) : bool
Check whether the clip description contains the given MIME type.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.