| androidx.test.runner.lifecycle.ApplicationLifecycleCallback |
Callback for monitoring application lifecycle events.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called on after an application has processed its lifecycle change event (for example onCreate)
These callbacks may occur on main thread so implementers should limit the amount of processing
performed
| |||||||||||
Called on after an application has processed its lifecycle change event (for example onCreate) These callbacks may occur on main thread so implementers should limit the amount of processing performed
| Parameters | |
|---|---|
app |
Application: the Application |
stage |
ApplicationStage: its current stage.
|