public interface

ApplicationLifecycleCallback

android.support.test.runner.lifecycle.ApplicationLifecycleCallback

Class Overview

Callback for monitoring application lifecycle events.

Summary

Public Methods
abstract void onApplicationLifecycleChanged(Application app, ApplicationStage stage)
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

Public Methods

public abstract void onApplicationLifecycleChanged (Application app, ApplicationStage stage)

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 the Application
stage its current stage.