Constant | Defined by | ||
---|---|---|---|
AD_ERROR : String = "adError" [static]
Dispatched when an ad fails to play properly.
| VpAdModuleEventType | ||
AD_HIDE : String = "adHide" [static]
Fires when the VpAdModule hides an ad.
| VpAdModuleEventType | ||
AD_NEXT : String = "adNext" [static]
| VpAdModuleEventType | ||
AD_PREV : String = "adPrev" [static]
| VpAdModuleEventType | ||
AD_SHOW : String = "adShow" [static]
Fires when the VpAdModule displays an ad.
| VpAdModuleEventType | ||
AD_STARTED : String = "adStarted" [static]
Dispatched when an ad starts showing its creative(s).
| VpAdModuleEventType | ||
CURRENT_AD_UPDATED : String = "currentAdUpdated" [static]
Fires when the the VpAdModule.currentAd property has been updated.
| VpAdModuleEventType | ||
CURTAIN_HIDE : String = "curtainHide" [static]
| VpAdModuleEventType | ||
CURTAIN_SHOW : String = "curtainShow" [static]
| VpAdModuleEventType | ||
HIDE : String = "adModuleHide" [static]
Fires when the VpAdModule hides.
| VpAdModuleEventType | ||
PAUSE : String = "adModulePause" [static]
Fires when the VpAdModule pauses.
| VpAdModuleEventType | ||
RESIZE_CONTENT : String = "resizeContent" [static]
Should fire when the VpAdModule requests the client to resize according to provided dimensions object.
| VpAdModuleEventType | ||
RESUME : String = "adModuleResume" [static]
Fires when the VpAdModule resumes.
| VpAdModuleEventType | ||
SHOW : String = "adModuleShow" [static]
Fires when the VpAdModule shows.
| VpAdModuleEventType | ||
START : String = "adModuleStart" [static]
Fires when the VpAdModule starts.
| VpAdModuleEventType | ||
STATE_CHANGE : String = "stateChange" [static]
| VpAdModuleEventType | ||
STOP : String = "adModuleStop" [static]
Fires when the VpAdModule stops.
| VpAdModuleEventType |
AD_ERROR | constant |
public static const AD_ERROR:String = "adError"
Dispatched when an ad fails to play properly. Most likely a creative is unavailable or corrupt in these cases.
AD_HIDE | constant |
public static const AD_HIDE:String = "adHide"
Fires when the VpAdModule hides an ad.
AD_NEXT | constant |
public static const AD_NEXT:String = "adNext"
AD_PREV | constant |
public static const AD_PREV:String = "adPrev"
AD_SHOW | constant |
public static const AD_SHOW:String = "adShow"
Fires when the VpAdModule displays an ad.
AD_STARTED | constant |
public static const AD_STARTED:String = "adStarted"
Dispatched when an ad starts showing its creative(s). This will not be dispatched if an AD_ERROR occurs.
CURRENT_AD_UPDATED | constant |
public static const CURRENT_AD_UPDATED:String = "currentAdUpdated"
Fires when the the VpAdModule.currentAd property has been updated.
See also
CURTAIN_HIDE | constant |
public static const CURTAIN_HIDE:String = "curtainHide"
CURTAIN_SHOW | constant |
public static const CURTAIN_SHOW:String = "curtainShow"
HIDE | constant |
public static const HIDE:String = "adModuleHide"
Fires when the VpAdModule hides.
PAUSE | constant |
public static const PAUSE:String = "adModulePause"
Fires when the VpAdModule pauses.
RESIZE_CONTENT | constant |
public static const RESIZE_CONTENT:String = "resizeContent"
Should fire when the VpAdModule requests the client to resize according to provided dimensions object.
RESUME | constant |
public static const RESUME:String = "adModuleResume"
Fires when the VpAdModule resumes.
SHOW | constant |
public static const SHOW:String = "adModuleShow"
Fires when the VpAdModule shows.
START | constant |
public static const START:String = "adModuleStart"
Fires when the VpAdModule starts.
STATE_CHANGE | constant |
public static const STATE_CHANGE:String = "stateChange"
STOP | constant |
public static const STOP:String = "adModuleStop"
Fires when the VpAdModule stops.