componentName

inline fun <T> componentName(context: Context): ComponentName

Creates a ComponentName for the given component type T.

This provides a type-safe and concise way to reference components (e.g. Activities, Services, Receivers) without manually passing a Class.