Packagese.videoplaza.kit.api.events
Classpublic class VpAdModuleEventType



Public Constants
 ConstantDefined 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
Constant detail
AD_ERRORconstant
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_HIDEconstant 
public static const AD_HIDE:String = "adHide"

Fires when the VpAdModule hides an ad.

AD_NEXTconstant 
public static const AD_NEXT:String = "adNext"
AD_PREVconstant 
public static const AD_PREV:String = "adPrev"
AD_SHOWconstant 
public static const AD_SHOW:String = "adShow"

Fires when the VpAdModule displays an ad.

AD_STARTEDconstant 
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_UPDATEDconstant 
public static const CURRENT_AD_UPDATED:String = "currentAdUpdated"

Fires when the the VpAdModule.currentAd property has been updated.

See also

CURTAIN_HIDEconstant 
public static const CURTAIN_HIDE:String = "curtainHide"
CURTAIN_SHOWconstant 
public static const CURTAIN_SHOW:String = "curtainShow"
HIDEconstant 
public static const HIDE:String = "adModuleHide"

Fires when the VpAdModule hides.

PAUSEconstant 
public static const PAUSE:String = "adModulePause"

Fires when the VpAdModule pauses.

RESIZE_CONTENTconstant 
public static const RESIZE_CONTENT:String = "resizeContent"

Should fire when the VpAdModule requests the client to resize according to provided dimensions object.

RESUMEconstant 
public static const RESUME:String = "adModuleResume"

Fires when the VpAdModule resumes.

SHOWconstant 
public static const SHOW:String = "adModuleShow"

Fires when the VpAdModule shows.

STARTconstant 
public static const START:String = "adModuleStart"

Fires when the VpAdModule starts.

STATE_CHANGEconstant 
public static const STATE_CHANGE:String = "stateChange"
STOPconstant 
public static const STOP:String = "adModuleStop"

Fires when the VpAdModule stops.