Class POBBaseEvent

  • All Implemented Interfaces:

    @MainThread() 
    public abstract class POBBaseEvent
    
                        

    Interface definition to provide ad server implementation. This can be used by ad format specific implementation by ad server.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      POBBaseEvent()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void requestAd(@Nullable() POBBid bid) OpenWrap SDK calls this method to make a request to primary SDK.
      abstract void destroy() OpenWrap SDK calls this method to perform any final cleanup.
      • Methods inherited from class java.lang.Object

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

      • POBBaseEvent

        POBBaseEvent()
    • Method Detail

      • requestAd

         abstract void requestAd(@Nullable() POBBid bid)

        OpenWrap SDK calls this method to make a request to primary SDK. OpenWrap SDK passes the winning bid for the requested impression. Publisher needs to pass the details as a targeting parameter to primary SDK

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

         abstract void destroy()

        OpenWrap SDK calls this method to perform any final cleanup.