Added in API level 1
Deprecated in API level 29

OnActivityDestroyListener

interface OnActivityDestroyListener
android.preference.PreferenceManager.OnActivityDestroyListener

Interface definition for a class that will be called when the container's activity is destroyed.

Summary

Public methods
abstract Unit

See Activity's onDestroy.

Public methods

onActivityDestroy

Added in API level 1
abstract fun onActivityDestroy(): Unit

Deprecated: Deprecated in Java.

See Activity's onDestroy.