Package com.brightcove.freewheel.event
Class FreeWheelEventType
java.lang.Object
com.brightcove.freewheel.event.FreeWheelEventType
Contains String constants for the EventTypes used by the FreeWheel plugin
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Emitted when the FreeWheel Ad Manager has been loaded.static final String
Emitted after the Plugin makes an Ad Requeststatic final String
Used when the freewheel plugin 'locks' and restricts certain events from bubbling upstatic final String
Alert to listeners that there is a new Display ad ready for layout.static final String
static final String
Emitted before the Plugin makes an Ad Request. -
Constructor Summary
-
Method Summary
-
Field Details
-
LOCK
Used when the freewheel plugin 'locks' and restricts certain events from bubbling up- See Also:
-
UNLOCK
- See Also:
-
DID_LOAD_AD_MANAGER
Emitted when the FreeWheel Ad Manager has been loaded.- See Also:
-
SHOW_DISPLAY_ADS
Alert to listeners that there is a new Display ad ready for layout. Event will contain a list of ad slots- See Also:
-
WILL_SUBMIT_AD_REQUEST
Emitted before the Plugin makes an Ad Request. Can be used by developers as an opportunity to edit the AdContext before a request- See Also:
-
DID_SUBMIT_AD_REQUEST
Emitted after the Plugin makes an Ad Request- See Also:
-
-
Constructor Details
-
FreeWheelEventType
public FreeWheelEventType()
-