Package com.intentsoftware.addapptr
Interface AdDisplayListener
-
- All Implemented Interfaces:
public interface AdDisplayListenerNotifies about display reporting events.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPauseForAd(Placement placement)Notifies that ad went fullscreen and that application should pause. abstract UnitonResumeAfterAd(Placement placement)Notifies that ad came back from fullscreen and that application should resume. -
-
Method Detail
-
onPauseForAd
abstract Unit onPauseForAd(Placement placement)
Notifies that ad went fullscreen and that application should pause.
-
onResumeAfterAd
abstract Unit onResumeAfterAd(Placement placement)
Notifies that ad came back from fullscreen and that application should resume.
-
-
-
-