AppLifecycleObserver

class AppLifecycleObserver(context: Context) : LifecycleObserver

Observer for application background and foreground.

Author

Umang Chamaria

Since

2.1.00

Constructors

AppLifecycleObserver
Link copied to clipboard
fun AppLifecycleObserver(context: Context)

Functions

onAppBackGround
Link copied to clipboard
fun onAppBackGround()
onAppForeGround
Link copied to clipboard
fun onAppForeGround()