SystemUiIdlingResourceRule

An idling resource rule that waits for the system UI to be loaded.

Constructors

Link copied to clipboard
constructor(onRootView: OnRootView, forceIdle: Boolean = false)
constructor(activityScenarioRule: ActivityScenarioRule<out Activity>, forceIdle: Boolean = false)

Inherited functions

Link copied to clipboard
open override fun apply(baseStatement: Statement, description: Description): Statement