OnActivityPausedListenerpublic interface OnActivityPausedListener A listener that is called when an Activity is paused. Since this is tracked client side
it should not be trusted to represent the exact current state, but can be used as a hint
for cleanup. |
Methods Summary |
---|
public void | onPaused(Activity activity)Called when the given activity is paused.
|
|