| Package | com.tapjoy.extensions |
| Class | public class TJVideoEvent |
| Inheritance | TJVideoEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| errorMessage : String [read-only]
The String data returned by the event
| TJVideoEvent | ||
| Method | Defined By | ||
|---|---|---|---|
TJVideoEvent(type:String, errorMessage:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a TJVideoEvent object to pass as a parameter to event listeners. | TJVideoEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETE : String = VIDEO_COMPLETE [static] | TJVideoEvent | ||
| ERROR : String = VIDEO_ERROR [static] | TJVideoEvent | ||
| START : String = VIDEO_START [static] | TJVideoEvent | ||
| errorMessage | property |
errorMessage:String [read-only] The String data returned by the event
public function get errorMessage():String| TJVideoEvent | () | Constructor |
public function TJVideoEvent(type:String, errorMessage:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a TJVideoEvent object to pass as a parameter to event listeners.
Parameterstype:String — The type of the event, accessible as TJVideoEvent.type.
| |
errorMessage:String — The String information to return with the event.
| |
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
| |
cancelable:Boolean (default = false) — Determines whether the Event object can be canceled. The default value is false.
|
| COMPLETE | Constant |
public static const COMPLETE:String = VIDEO_COMPLETE| ERROR | Constant |
public static const ERROR:String = VIDEO_ERROR| START | Constant |
public static const START:String = VIDEO_START