Android.Content.ComponentName Class
Identifier for a specific application component (Android.App.Activity, Android.App.Service, Android.Content.BroadcastReceiver, or Android.Content.ContentProvider) that is available.

See Also: ComponentName Members

Syntax

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

Remarks

Identifier for a specific application component (Android.App.Activity, Android.App.Service, Android.Content.BroadcastReceiver, or Android.Content.ContentProvider) that is available. Two pieces of information, encapsulated here, are required to identify a component: the package (a String) it exists in, and the class (a String) name inside of that package.

[Android Documentation]

Requirements

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