componentName property

String? componentName
final

Set the exact ComponentName that should handle the intent. If this is set package should also be non-null.

See https://developer.android.com/reference/android/content/Intent.html#setComponent(android.content.ComponentName).

Implementation

final String? componentName;