The methods of Android.Content.ComponentName are listed below. For a list of all members, see the ComponentName Members list.
See Also: Inherited members from Java.Lang.Object
Clone()Creates and returns a copy of this Object. | ||
CompareTo(ComponentName) | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
FlattenToShortString()The same as ComponentName.FlattenToString, but abbreviates the class name if it is a suffix of the package. | ||
FlattenToString()Return a String that unambiguously describes both the package and class names contained in the ComponentName. | ||
static | ReadFromParcel(Android.OS.Parcel)Read a ComponentName from a Parcel that was previously written with ComponentName.WriteToParcel(ComponentName, Android.OS.Parcel), returning either a null or new object as appropriate. | |
ToShortString()Return string representation of this class without the class's name as a prefix. | ||
static | UnflattenFromString(string)Recover a ComponentName from a String that was previously created with ComponentName.FlattenToString. | |
static | WriteToParcel(ComponentName, Android.OS.Parcel)Write a ComponentName to a Parcel, handling null pointers. | |
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |