FileDocCategorySizeDatePackage
OnActivityPausedListener.javaAPI DocAndroid 5.1 API999Thu Mar 12 22:22:10 GMT 2015android.app

OnActivityPausedListener

public 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.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonPaused(Activity activity)
Called when the given activity is paused.