public interface InterstitialPresenter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InterstitialPresenter.Listener |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Ad |
getAd() |
boolean |
isReady() |
void |
load() |
void |
setListener(InterstitialPresenter.Listener listener) |
void |
show() |
void setListener(InterstitialPresenter.Listener listener)
Ad getAd()
void load()
void show()
boolean isReady()
void destroy()