startActivity

inline fun <T : Activity> Context.startActivity(bundle: Bundle? = null)

Start an activity of a specified class.

Parameters

bundle

An bundle info to the intent, which the default is null.

See also