| Package | se.videoplaza.kit.api.events |
| Class | public class VpAdEvent |
| Inheritance | VpAdEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
VpAdEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
| VpAdEvent | ||
|
clone():Event
| VpAdEvent | ||
|
getData():Object
| VpAdEvent | ||
|
toString():String
| VpAdEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| AUTO_SHOW : String = "vpAdAutoShow" [static]
| VpAdEvent | ||
| CLICK : String = "vpAdClick" [static]
| VpAdEvent | ||
| CLICK_THROUGH : String = "vpAdClickThrough" [static]
| VpAdEvent | ||
| CLOSE : String = "vpAdClose" [static]
| VpAdEvent | ||
| FLIP : String = "vpAdFlip" [static]
| VpAdEvent | ||
| OVERLAY_HIDE : String = "vpAdOverlayHide" [static]
| VpAdEvent | ||
| OVERLAY_SHOW : String = "vpAdOverlayShow" [static]
| VpAdEvent | ||
| SHOW : String = "vpAdShow" [static]
| VpAdEvent | ||
| SKIP : String = "vpAdSkip" [static]
| VpAdEvent | ||
| VpAdEvent | () | constructor |
public function VpAdEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
data:Object (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| getData | () | method |
public function getData():Object
Returns
Object |
| toString | () | method |
public override function toString():String
Returns
String |
| AUTO_SHOW | constant |
public static const AUTO_SHOW:String = "vpAdAutoShow"
| CLICK | constant |
public static const CLICK:String = "vpAdClick"
| CLICK_THROUGH | constant |
public static const CLICK_THROUGH:String = "vpAdClickThrough"
| CLOSE | constant |
public static const CLOSE:String = "vpAdClose"
| FLIP | constant |
public static const FLIP:String = "vpAdFlip"
| OVERLAY_HIDE | constant |
public static const OVERLAY_HIDE:String = "vpAdOverlayHide"
| OVERLAY_SHOW | constant |
public static const OVERLAY_SHOW:String = "vpAdOverlayShow"
| SHOW | constant |
public static const SHOW:String = "vpAdShow"
| SKIP | constant |
public static const SKIP:String = "vpAdSkip"