package

androidx.test.runner.lifecycle

Interfaces

ActivityLifecycleCallbackCallback for monitoring activity lifecycle events.
ActivityLifecycleMonitorInterface for tests to use when they need to query the activity lifecycle state.
ApplicationLifecycleCallbackCallback for monitoring application lifecycle events.
ApplicationLifecycleMonitorInterface for tests to use when they need to be informed of the application lifecycle state.

Classes

ActivityLifecycleMonitorRegistryAn exposed registry instance to make it easy for callers to find the lifecycle monitor for their application.
ApplicationLifecycleMonitorRegistryAn exposed registry instance to make it easy for callers to find the application lifecycle monitor for their application.

Enums

ApplicationStageAn enumeration of the lifecycle stages an application undergoes that can be monitored.
StageAn enumeration of the lifecycle stages an activity undergoes.