Added in API level 1
Deprecated in API level 29

OnActivityDestroyListener


interface OnActivityDestroyListener
DialogPreference

A base class for Preference objects that are dialog-based.

EditTextPreference

A Preference that allows for string input.

ListPreference

A Preference that displays a list of entries as a dialog.

MultiSelectListPreference

A Preference that displays a list of entries as a dialog.


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.