Android.Content.ClipDescription Class
Meta-data describing the contents of a Android.Content.ClipData.

See Also: ClipDescription Members

Syntax

[Android.Runtime.Register("android/content/ClipDescription", DoNotGenerateAcw=true)]
public class ClipDescription : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

Meta-data describing the contents of a Android.Content.ClipData. Provides enough information to know if you can handle the ClipData, but not the data itself.

Developer Guides

For more information about using the clipboard framework, read the Copy and Paste developer guide.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11