public class BidManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
BidManager.BidReadyListener |
static interface |
BidManager.BidResponseListener
Listener that listens to the responses from demand sources
|
| Constructor and Description |
|---|
BidManager() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.ArrayList<<any>> |
getKeywordsForAdUnit(java.lang.String adUnitCode,
Context context)
Returns a list of keywords with the given bidResponse
|
protected static void |
getKeywordsWhenReadyForAdUnit(java.lang.String adUnitCode,
int timeOut,
BidManager.BidReadyListener listener) |
protected static void |
reset() |
protected static java.util.ArrayList<<any>> getKeywordsForAdUnit(java.lang.String adUnitCode,
Context context)
adUnitCode - BidResponse object to be passedprotected static void getKeywordsWhenReadyForAdUnit(java.lang.String adUnitCode,
int timeOut,
BidManager.BidReadyListener listener)
protected static void reset()