public class VastAdPresenter extends java.lang.Object implements AdPresenter
AdPresenter.Listener| Constructor and Description |
|---|
VastAdPresenter(android.content.Context context,
Ad ad) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Ad |
getAd() |
void |
load() |
void |
setListener(AdPresenter.Listener listener) |
void |
startTracking() |
void |
stopTracking() |
public VastAdPresenter(android.content.Context context,
Ad ad)
public void setListener(AdPresenter.Listener listener)
setListener in interface AdPresenterpublic Ad getAd()
getAd in interface AdPresenterpublic void load()
load in interface AdPresenterpublic void destroy()
destroy in interface AdPresenterpublic void startTracking()
startTracking in interface AdPresenterpublic void stopTracking()
stopTracking in interface AdPresenter