public class InneractiveAdSpotManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
bindSpot(InneractiveAdSpot adSpot) |
InneractiveAdSpot |
createSpot()
Create and return a new empty spot
|
static void |
destroy()
Package protected method.
|
static InneractiveAdSpotManager |
get()
Getter of Singleton object
|
InneractiveAdSpot |
getSpot(java.lang.String uniqueSpotId)
Returns the spot associated with the given unique id
|
void |
removeSpot(InneractiveAdSpot adSpot)
Remove a single spot from the manager
|
public static InneractiveAdSpotManager get()
public InneractiveAdSpot createSpot()
public void bindSpot(InneractiveAdSpot adSpot)
public void removeSpot(InneractiveAdSpot adSpot)
adSpot - public static void destroy()
public InneractiveAdSpot getSpot(java.lang.String uniqueSpotId)
uniqueSpotId - unique spot id, as created within createSpot()