Interface android.app.Application.ActivityLifecycleCallbacks
Added Methods | |
---|---|
void onActivityPostCreated (Activity, |
|
void onActivityPostDestroyed (Activity ) |
|
void onActivityPostPaused (Activity ) |
|
void onActivityPostResumed (Activity ) |
|
void onActivityPostSaveInstanceState (Activity, |
|
void onActivityPostStarted (Activity ) |
|
void onActivityPostStopped (Activity ) |
|
void onActivityPreCreated (Activity, |
|
void onActivityPreDestroyed (Activity ) |
|
void onActivityPrePaused (Activity ) |
|
void onActivityPreResumed (Activity ) |
|
void onActivityPreSaveInstanceState (Activity, |
|
void onActivityPreStarted (Activity ) |
|
void onActivityPreStopped (Activity ) |