Companion

object Companion

Functions

Link copied to clipboard

Launches an activity of a given class and constructs an ActivityScenario for it. A default launch intent without specific extras is used to launch the activity.

fun <A : Activity> launch(startActivityIntent: Intent): ActivityScenarioExtension<A>

Launches an activity of a given class and constructs an ActivityScenario for it. The given intent is used to launch the activity.