public class POBManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
POBManager.PMWrapperManagerListener
Listener to channel result events of a prefetch request.
|
| Constructor and Description |
|---|
POBManager(POBRequest adRequest,
android.content.Context context)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Release resources, clear maps and reset the adViews used.
|
POBRequest |
getAdRequest() |
void |
loadBid()
Execute the PubMatic ad request and notify via PMWrapperManagerListener instance
|
void |
setWrapperListener(POBManager.PMWrapperManagerListener listener)
Sets the listener to get the callback of PubMatic Wrapper bids
|
public POBManager(@NonNull
POBRequest adRequest,
@NonNull
android.content.Context context)
adRequest - Valid POBRequest objectcontext - android contextpublic void setWrapperListener(POBManager.PMWrapperManagerListener listener)
listener - the listener to get the callback of PubMatic Wrapper bidspublic void loadBid()
public void destroy()
public POBRequest getAdRequest()