Interface POBAdEventListener

  • All Implemented Interfaces:

    
    public interface POBAdEventListener
    
                        

    The base ad event listener. It is used to inform the ad server SDK events back to OpenWrap SDK.

    • 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 POBBidsProvider getBidsProvider() Returns bids provider
      abstract void onAdClick() Call this when the ad server SDK informs about click happened on Ad
      abstract void onAdClosed() Call this when the ad server SDK is about to close / collapse an Ad
      abstract void onAdOpened() Call this when the ad server SDK is about to open / expand an Ad
      abstract void onAdLeftApplication() Notifies the listener whenever current app goes in the background due to user click
      abstract void onAdImpression() Call this when the ad server SDK informs about impression happened on Ad.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getBidsProvider

        @Nullable() abstract POBBidsProvider getBidsProvider()

        Returns bids provider

        Returns:

        bids provider

      • onAdClick

         abstract void onAdClick()

        Call this when the ad server SDK informs about click happened on Ad

      • onAdClosed

         abstract void onAdClosed()

        Call this when the ad server SDK is about to close / collapse an Ad

      • onAdOpened

         abstract void onAdOpened()

        Call this when the ad server SDK is about to open / expand an Ad

      • onAdLeftApplication

         abstract void onAdLeftApplication()

        Notifies the listener whenever current app goes in the background due to user click

      • onAdImpression

         abstract void onAdImpression()

        Call this when the ad server SDK informs about impression happened on Ad. This callback is available from Handler v4.0.0. It is compatible with SDK v3.5.0 onwards.