Android.Content.ClipDescription: Method Members

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

See Also: Inherited members from Java.Lang.Object

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.