| Interface | Description |
|---|---|
| POBAdBuilding<T extends POBAdDescriptor> | |
| POBAdBuilding.POBAdBuilderListener<T extends POBAdDescriptor> | |
| POBAdDescriptor |
Base class denoting the descriptor to be used by the actual creative / bid class implementation
|
| POBAdRendererListener |
Interface provides the callback for rendering events
|
| POBAdRequest |
Interface definition to form Ad request.
|
| POBBaseBidder.CountryFilterConfig |
Interface definition, helps to set Country Filter Information on demand.
|
| POBBidderListener<T extends POBAdDescriptor> |
Interface to listen to bidder.
|
| POBBidding<T extends POBAdDescriptor> |
Ad bidder listener, which lists methods to be implemented by bidder delegate receiver.
|
| POBBidsProvider |
Bids provider protocol, which is used to provide all the bids and targetting information for all those bids
|
| POBCommunicator.POBCommunicatorListener<AdDescriptorType extends POBAdDescriptor> |
Interface to get the callback from
POBCommunicator |
| POBCommunicator.POBErrorCustomisationListener |
Interface definition provides error to be update by client class of the Communicator.
|
| POBPartnerInstantiator<T extends POBAdDescriptor> |
Interface definition for a partner to handle of bidding, rendering and event tracking
|
| POBRequestBuilding |
Interface definition for building ad ad request
|
| POBResponseParsing<T extends POBAdDescriptor> |
Interface to declare the protocol for parser.
|
| POBResponseParsing.POBResponseParserListener<T extends POBAdDescriptor> |
Listener class to get the callback after parsing
|
| Class | Description |
|---|---|
| POBBaseBidder<T extends POBAdDescriptor> |
Base class to be implemented by the actual Bidder class
|
| POBBidderResult<T extends POBAdDescriptor> |
Class definition to maintain metadata of bidder like adResponse details , error details
|
| POBCommunicator<AdDescriptorType extends POBAdDescriptor> |
Class to handle the communication between the network layer and the UI layer.
|