| Property | Defined by | ||
|---|---|---|---|
| utme : String [read-only]
X10 data.
| EventInfo | ||
| utmt : String [read-only]
Hit type.
| EventInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new EventInfo instance.
| EventInfo | ||
|
toURLString():String
Returns the url String representation of the object.
| EventInfo | ||
|
Returns a Variables object representation.
| EventInfo | ||
| utme | property |
utme:String [read-only]X10 data.
Implementation public function get utme():String
| utmt | property |
utmt:String [read-only]Hit type.
Example :
utmt=eventImplementation
public function get utmt():String
| EventInfo | () | constructor |
public function EventInfo(isEventHit:Boolean, xObject:X10, extObject:X10 = null)Creates a new EventInfo instance.
ParametersisEventHit:Boolean |
|
xObject:X10 |
|
extObject:X10 (default = null) |
| toURLString | () | method |
public function toURLString():StringReturns the url String representation of the object.
ReturnsString — the url String representation of the object.
|
| toVariables | () | method |
public function toVariables():VariablesReturns a Variables object representation.
ReturnsVariables —
a Variables object representation.
|