This interface is deprecated.
Don't use the SDK to listen to app visibility changes. Use alternative ways for watching
activity lifecycle changes such as by overriding Activity lifecycle
change methods, or by using Application.ActivityLifecycleCallbacks.
A listener interface for monitoring the sender application's UI visibility.
| abstract void |
onAppEnteredBackground()
Called when the application's UI enters the background.
|
| abstract void |
onAppEnteredForeground()
Called when the application's UI enters the foreground.
|
Called when the application's UI enters the background.
Called when the application's UI enters the foreground.