T - Class that extends POBAdDescriptorpublic interface POBBidderProvider<T extends POBAdDescriptor>
| Modifier and Type | Method and Description |
|---|---|
POBBidding<T> |
getBidder(android.content.Context context,
java.lang.String partnerIdentifier,
POBAdRequest adRequest,
java.util.Map slotInfo)
Used to provide bidder information which is required by partner.
|
@Nullable POBBidding<T> getBidder(@NonNull android.content.Context context, @NonNull java.lang.String partnerIdentifier, @NonNull POBAdRequest adRequest, @NonNull java.util.Map slotInfo)
partnerIdentifier - The name of the partneradRequest - The instance of POBAdRequestslotInfo - The slot info containing bidder specific details