Class POBDefaultInterstitialEventHandler

  • All Implemented Interfaces:

    
    public class POBDefaultInterstitialEventHandler
    extends POBInterstitialEvent
                        

    This is EventHandler class used when publisher do not want to support primary ad server. hence it always provides onOpenWrapPartnerWin() and OpenWrapSDK uses it own renderer to render the ad

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void requestAd(@Nullable() POBBid bid) Provide onOpenWrapPartnerWin() callback since this is 'No Ad Server Configuration feature'
      void destroy() Method to do cleanup
      void setEventListener(@NonNull() POBInterstitialEventListener listener) Method to set POBInterstitialEventListener to get request ad callback
      • Methods inherited from class com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEvent

        getAdInteractionListener, getRenderer, show
      • Methods inherited from class java.lang.Object

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

      • POBDefaultInterstitialEventHandler

        POBDefaultInterstitialEventHandler()
    • Method Detail

      • requestAd

         void requestAd(@Nullable() POBBid bid)

        Provide onOpenWrapPartnerWin() callback since this is 'No Ad Server Configuration feature'

        Parameters:
        bid - winning bid for the requested impression
      • destroy

         void destroy()

        Method to do cleanup