| Package | com.jeffdePascale.fosfr.tracking |
| Class | public class TrackingEvent |
| Inheritance | TrackingEvent flash.events.Event |
TrackingEvent objects every time the the track method of the chosen tracking methods is called. There is one type of Tracking Event:
See also
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "complete" [static]
The
TrackingEvent.COMPLETE constant defines the value of the type property of the event object for a complete event. | TrackingEvent | ||
| TRACK : String = "track" [static]
The
TrackingEvent.TRACK constant defines the value of the type property of the event object for a track event. | TrackingEvent | ||
| COMPLETE | constant |
public static const COMPLETE:String = "complete"
The TrackingEvent.COMPLETE constant defines the value of the type property of the event object for a complete event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |
| TRACK | constant |
public static const TRACK:String = "track"
The TrackingEvent.TRACK constant defines the value of the type property of the event object for a track event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |
method | The name of the tracking currently running. |
tag | The tracking tag currently being passed to the current method. |