Class CQ_Analytics.BrowserInfoInstance
| Package: | CQ_Analytics |
| Class: | BrowserInfoInstance |
| Extends: | Object |
| Clientlib: | personalization.core |
The BrowserInfoInstance object is a singleton providing utility methods to retrieve client browser information.
This class is a singleton and cannot be created directly.
Public Properties
This class has no public properties.
Public Methods
| |
getBrowserFamily() : String
Returns the browser family.
Returns the browser family.
|
BrowserInfoInstance |
| |
getBrowserName() : String
Returns the browser name.
Returns the browser name.
|
BrowserInfoInstance |
| |
getBrowserVersion() : String
Returns the browser version.
Returns the browser version.
|
BrowserInfoInstance |
| |
getDeviceType() : String
|
BrowserInfoInstance |
| |
getOSName() : String
Returns the operating system name.
Returns the operating system name.
|
BrowserInfoInstance |
| |
getScreenResolution() : String
Returns the screen resolution.
Returns the screen resolution.
|
BrowserInfoInstance |
| |
getUserAgent() : String
|
BrowserInfoInstance |
| |
isIE() : Boolean}.
Returns if the browser is Internet Explorer.
Returns if the browser is Internet Explorer.
|
BrowserInfoInstance |
| |
isIE6() : Boolean}.
Returns if the browser is Internet Explorer 6.
Returns if the browser is Internet Explorer 6.
|
BrowserInfoInstance |
| |
isIE7() : Boolean}.
Returns if the browser is Internet Explorer 7.
Returns if the browser is Internet Explorer 7.
|
BrowserInfoInstance |
| |
isIE8() : Boolean}.
Returns if the browser is Internet Explorer 8.
Returns if the browser is Internet Explorer 8.
|
BrowserInfoInstance |
| |
isIE9() : Boolean}.
Returns if the browser is Internet Explorer 9.
Returns if the browser is Internet Explorer 9.
|
BrowserInfoInstance |
| |
isMobile() : Boolean
Returns if the device is a mobile device.
Returns if the device is a mobile device.
|
BrowserInfoInstance |
Public Events
This class has no public events.