| Property | Defined by | ||
|---|---|---|---|
| utmcs : String [read-only]
Language encoding for the browser.
| BrowserInfo | ||
| utmfl : String [read-only]
Flash Version.
| BrowserInfo | ||
| utmje : String [read-only]
Indicates if browser is Java-enabled.
| BrowserInfo | ||
| utmsc : String [read-only]
Screen color depth
Example :utmsc=24-bit | BrowserInfo | ||
| utmsr : String [read-only]
The Screen resolution
Example : utmsr=2400x1920 | BrowserInfo | ||
| utmul : String [read-only]
Browser language.
| BrowserInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new BrowserInfo instance.
| BrowserInfo | ||
|
toURLString():String
Returns the url String representation of the object.
| BrowserInfo | ||
|
Returns a Variables object representation.
| BrowserInfo | ||
| utmcs | property |
utmcs:String [read-only]Language encoding for the browser.
Some browsers don't set this, in which case it is set to "-".
Example : utmcs=ISO-8859-1
Implementation public function get utmcs():String
| utmfl | property |
utmfl:String [read-only]Flash Version.
Example :utmfl=9.0%20r48
Implementation public function get utmfl():String
| utmje | property |
utmje:String [read-only]Indicates if browser is Java-enabled.
Example :utmje=1
Implementation public function get utmje():String
| utmsc | property |
utmsc:String [read-only]Screen color depth
Example :utmsc=24-bit
Implementation public function get utmsc():String
| utmsr | property |
utmsr:String [read-only]The Screen resolution
Example : utmsr=2400x1920
Implementation public function get utmsr():String
| utmul | property |
utmul:String [read-only]Browser language.
Example :utmul=pt-br
Implementation public function get utmul():String
| BrowserInfo | () | constructor |
public function BrowserInfo(config:Configuration, info:Environment)Creates a new BrowserInfo instance.
Parametersconfig:Configuration — The Environment reference of the BrowserInfo instance.
|
|
info:Environment |
| 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.
|