-
- All Implemented Interfaces:
-
androidx.lifecycle.LifecycleObserver
public class AppLifecycle implements LifecycleObserver
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAppLifecycle.AppState
-
Constructor Summary
Constructors Constructor Description AppLifecycle()
-
Method Summary
Modifier and Type Method Description voidonMoveToForeground()voidonMoveToBackground()voidonAppDestroyed()-
-
Method Detail
-
onMoveToForeground
void onMoveToForeground()
-
onMoveToBackground
void onMoveToBackground()
-
onAppDestroyed
void onAppDestroyed()
-
-
-
-