-
public interface ForegroundActivityLifecycleListener.AppLifecycleListenerApp Lifecycle Listener to be notified when the app enter in background/foreground
-
-
Method Summary
Modifier and Type Method Description abstract voidonEnterForeground()abstract voidonEnterBackground()-
-
Method Detail
-
onEnterForeground
abstract void onEnterForeground()
-
onEnterBackground
abstract void onEnterBackground()
-
-
-
-