Interface AdDisplayListener

  • All Implemented Interfaces:

    
    public interface AdDisplayListener
    
                        

    Notifies about display reporting events.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onPauseForAd(Placement placement) Notifies that ad went fullscreen and that application should pause.
      abstract Unit onResumeAfterAd(Placement placement) Notifies that ad came back from fullscreen and that application should resume.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.