AppVisibilityListener

public interface AppVisibilityListener

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.

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 void onAppEnteredBackground ()

Called when the application's UI enters the background.

public abstract void onAppEnteredForeground ()

Called when the application's UI enters the foreground.