Package com.pubmatic.sdk.common.session
Interface POBAppStateMonitor.POBAppLifecycleListener
-
- All Implemented Interfaces:
public interface POBAppStateMonitor.POBAppLifecycleListenerImplement this interface to receive callbacks when the application moves to the foreground or background. Note that these callbacks will be executed on a background thread.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAppMovedToForeground()This method is triggered when the app comes to the foreground from the background. abstract UnitonAppMovedToBackground()This method is triggered when the app goes to the background from the foreground. -
-
Method Detail
-
onAppMovedToForeground
abstract Unit onAppMovedToForeground()
This method is triggered when the app comes to the foreground from the background.
-
onAppMovedToBackground
abstract Unit onAppMovedToBackground()
This method is triggered when the app goes to the background from the foreground.
-
-
-
-