Interface ActivityRetainedLifecycle.OnClearedListener

    • Method Detail

      • onCleared

        void onCleared()
        Called when the activity retained instances will no longer be used and destroyed.

        Specifically this will be invoked during Activity.onDestroy() when Activity.isChangingConfigurations() is false.