Package com.pubmatic.sdk.common.session
Interface POBAppSessionHandler.POBAppSessionListener
-
- All Implemented Interfaces:
public interface POBAppSessionHandler.POBAppSessionListenerInterface definition for a callback to be invoked when the app session events occur.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAppSessionStarted()This method is triggered when the app session begins. abstract UnitonAppSessionReset()This method is triggered when the app session is reset. -
-
Method Detail
-
onAppSessionStarted
abstract Unit onAppSessionStarted()
This method is triggered when the app session begins.
-
onAppSessionReset
abstract Unit onAppSessionReset()
This method is triggered when the app session is reset.
-
-
-
-