See Also: ComponentName Members
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.