Package | gs.tracking |
Class | public class TrackingHandler |
It's used when you call the register method of the Tracking class. You don't need to use this manually.
Property | Defined by | ||
---|---|---|---|
event : String
The event that will trigger that tracking call.
| TrackingHandler | ||
id : String
The tracking id to fire.
| TrackingHandler | ||
obj : IEventDispatcher
The object that triggers the tracking event.
| TrackingHandler | ||
options : Object
Options for the tracking call.
| TrackingHandler |
Property | Defined by | ||
---|---|---|---|
tracking : Tracking
Tracking reference for the tracking that actually
fires the tracking call.
| TrackingHandler |
Method | Defined by | ||
---|---|---|---|
TrackingHandler(_tracking:Tracking, _id:String, _obj:IEventDispatcher, _event:String, _options:Object)
Constructor for TrackingHandler instances.
| TrackingHandler | ||
dispose():void
Dispose of this tracking handler.
| TrackingHandler |
event | property |
public var event:String
The event that will trigger that tracking call.
id | property |
public var id:String
The tracking id to fire.
obj | property |
public var obj:IEventDispatcher
The object that triggers the tracking event.
options | property |
public var options:Object
Options for the tracking call.
tracking | property |
protected var tracking:Tracking
Tracking reference for the tracking that actually fires the tracking call.
TrackingHandler | () | constructor |
public function TrackingHandler(_tracking:Tracking, _id:String, _obj:IEventDispatcher, _event:String, _options:Object)
Constructor for TrackingHandler instances.
Parameters_tracking:Tracking — A tracking reference.
|
|
_id:String — The tracking id.
|
|
_obj:IEventDispatcher — The object that triggers the tracking call.
|
|
_event:String — The event that triggers the tracking call.
|
|
_options:Object — Options for the tracking call.
|
dispose | () | method |
public function dispose():void
Dispose of this tracking handler.