public interface InneractiveContentController<EventsListenerT extends InneractiveContentController.EventsListener>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InneractiveContentController.EventsListener
External interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
For cleanup
|
InneractiveAdSpot |
getAdSpot()
Call in order to get the Spot, which is using this unit controller
|
void |
setEventsListener(EventsListenerT eventsListener)
Setter for the specific events listener
|
void setEventsListener(EventsListenerT eventsListener)
eventsListener - InneractiveAdSpot getAdSpot()
void destroy()