public class Auction
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Auction.Listener |
| Constructor and Description |
|---|
Auction(java.util.List<AdSource> adSources,
long timeoutInMillis,
ReportingController reportingController,
Auction.Listener listener,
java.lang.String adFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
reportAuctionNextItem(Ad nextAdSource) |
void |
runAuction() |
public Auction(java.util.List<AdSource> adSources, long timeoutInMillis, ReportingController reportingController, Auction.Listener listener, java.lang.String adFormat)