ComponentName class

Identifier for a specific application component that is available.

See: https://developer.android.com/reference/android/content/ComponentName See: https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/java/android/content/ComponentName.java

Mixed in types

Constructors

ComponentName(String packageName, String className)
Creates a new component identifier.

Properties

className String
The class name of this component.
final
hashCode int
The hash code for this object.
read-onlyinherited
packageName String
The package name of this component.
final
parcelableCreator String
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

describeContents() int
Describe any special objects contained in this instance's marshaled representation.
inherited
flattenToString() String
Return a string that unambiguously describes both the package and class names contained in the ComponentName.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeToParcel(Parcel parcel, [int flags = 0]) → void
Flatten this object in to a Parcel.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited