intent

inline fun <T> intent(context: Context): Intent

Creates an explicit Intent targeting the component of type T.

This is a type-safe convenience for creating explicit intents without manually referencing the component class.