public final class FreeWheelEventType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DID_LOAD_AD_MANAGER
Emitted when the FreeWheel Ad Manager has been loaded.
|
static java.lang.String |
DID_SUBMIT_AD_REQUEST
Emitted after the Plugin makes an Ad Request
|
static java.lang.String |
LOCK
Used when the freewheel plugin 'locks' and restricts certain events from bubbling up
|
static java.lang.String |
SHOW_DISPLAY_ADS
Alert to listeners that there is a new Display ad ready for layout.
|
static java.lang.String |
UNLOCK |
static java.lang.String |
WILL_SUBMIT_AD_REQUEST
Emitted before the Plugin makes an Ad Request.
|
Constructor and Description |
---|
FreeWheelEventType() |
public static final java.lang.String LOCK
public static final java.lang.String UNLOCK
public static final java.lang.String DID_LOAD_AD_MANAGER
public static final java.lang.String SHOW_DISPLAY_ADS
public static final java.lang.String WILL_SUBMIT_AD_REQUEST
public static final java.lang.String DID_SUBMIT_AD_REQUEST