Interface POBBidding

  • All Implemented Interfaces:

    
    public interface POBBidding<T extends POBAdDescriptor>
    
                        

    Ad bidder listener, which lists methods to be implemented by bidder delegate receiver.

    • 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 requestBid() Sends RTB request to fetch the available bids.
      abstract void setBidderListener(@Nullable() POBBidderListener<T> biddingListener) Set bidder listener to get notification from bidder about bit success/failure response.
      abstract POBAdResponse<T> getAdResponse() Returns config updated by bidder response.
      abstract void destroy() To perform any Clean up.
      abstract Map<String, POBBidderResult<T>> getBidderResults() Returns bidder result Map, It contains the metadata about the response, error reasons, bids...
      abstract String getIdentifier() Returns an identifier / name of the bidder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait