FreeWheelEventType

Contains String constants for the EventTypes used by the FreeWheel plugin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val DID_LOAD_AD_MANAGER: String = "didLoadAdManager"
Emitted when the FreeWheel Ad Manager has been loaded.
Link copied to clipboard
val DID_SUBMIT_AD_REQUEST: String = "freewheelDidSubmitAdRequest"
Emitted after the Plugin makes an Ad Request
Link copied to clipboard
val LOCK: String = "freewheelLock"
Used when the freewheel plugin 'locks' and restricts certain events from bubbling up
Link copied to clipboard
val SHOW_DISPLAY_ADS: String = "freewheelShowDisplayAd"
Alert to listeners that there is a new Display ad ready for layout.
Link copied to clipboard
val UNLOCK: String = "freewheelUnlock"
Link copied to clipboard
val WILL_SUBMIT_AD_REQUEST: String = "freewheelWillSubmitAdRequest"
Emitted before the Plugin makes an Ad Request.