AppVisibilityListener

public interfaceAppVisibilityListener

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 overridingActivitylifecycle change methods, or by usingApplication.ActivityLifecycleCallbacks.

A listener interface for monitoring the sender application's UI visibility.

Public Method Summary

abstract void
onAppEnteredBackground()
Called when the application's UI enters the background.
abstract void
onAppEnteredForeground()
Called when the application's UI enters the foreground.

Public Methods

public abstract voidonAppEnteredBackground()

Called when the application's UI enters the background.

public abstract voidonAppEnteredForeground()

Called when the application's UI enters the foreground.