Interface POBAdServerSignalingEventListener

    • 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 void onOpenWrapPartnerWin(@Nullable() String bidId) Call this when the ad server SDK signals about partner bid win with bid id.
      abstract void onAdServerWin() Publisher should call this method to notify the OpenWrap SDK about ad server SDK renders its own ad
      abstract void onFailed(@NonNull() POBError error) Handler should call this method to notify the OpenWrap SDK about any kind of load time error
      abstract POBBidsProvider getBidsProvider() Returns bids provider
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onOpenWrapPartnerWin

         abstract void onOpenWrapPartnerWin(@Nullable() String bidId)

        Call this when the ad server SDK signals about partner bid win with bid id.

        Parameters:
        bidId - Winning partner bid id
      • onAdServerWin

         abstract void onAdServerWin()

        Publisher should call this method to notify the OpenWrap SDK about ad server SDK renders its own ad

      • onFailed

         abstract void onFailed(@NonNull() POBError error)

        Handler should call this method to notify the OpenWrap SDK about any kind of load time error

        Parameters:
        error - Error object with error details from ad server SDK