Package dagger.hilt.android
Interface ActivityRetainedLifecycle.OnClearedListener
-
- Enclosing interface:
- ActivityRetainedLifecycle
public static interface ActivityRetainedLifecycle.OnClearedListenerListener for receiving a callback for when theActivityRetainedComponentwill no longer be used and destroyed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCleared()Called when the activity retained instances will no longer be used and destroyed.
-