OnActivityStopListener
interfaceOnActivityStopListener
android.preference.PreferenceManager.OnActivityStopListener |
Interface definition for a class that will be called when the container's activity is stopped.
Summary
Public methods | |
---|---|
abstract Unit |
See Activity's onStop. |
Public methods
onActivityStop
Added in API level 1
abstract funonActivityStop(): Unit
Deprecated: Deprecated in Java.
See Activity's onStop.