public class InterstitialCloseEventManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
InterstitialCloseEventManager.CloseListener |
| Constructor and Description |
|---|
InterstitialCloseEventManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
InterstitialCloseEventManager.CloseListener |
getCloseListener() |
static InterstitialCloseEventManager |
getInstance() |
void |
notifyCloseEvent(int closeEvent) |
void |
setCloseListener(InterstitialCloseEventManager.CloseListener listener) |
public static InterstitialCloseEventManager getInstance()
public void setCloseListener(InterstitialCloseEventManager.CloseListener listener)
public InterstitialCloseEventManager.CloseListener getCloseListener()
public void notifyCloseEvent(int closeEvent)
public void destroy()