Added in API level 1
Deprecated in API level 29

OnActivityStopListener

interface OnActivityStopListener
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 fun onActivityStop(): Unit

Deprecated: Deprecated in Java.

See Activity's onStop.