Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.34 KB

File metadata and controls

18 lines (13 loc) · 1.34 KB

BrowserInfo

Properties

Name Type Description Notes
acceptHeader kotlin.String The accept header value of the shopper's browser.
colorDepth kotlin.Int The color depth of the shopper's browser in bits per pixel. This should be obtained by using the browser's `screen.colorDepth` property. Accepted values: 1, 4, 8, 15, 16, 24, 30, 32 or 48 bit color depth.
javaEnabled kotlin.Boolean Boolean value indicating if the shopper's browser is able to execute Java.
language kotlin.String The `navigator.language` value of the shopper's browser (as defined in IETF BCP 47).
screenHeight kotlin.Int The total height of the shopper's device screen in pixels.
screenWidth kotlin.Int The total width of the shopper's device screen in pixels.
timeZoneOffset kotlin.Int Time difference between UTC time and the shopper's browser local time, in minutes.
userAgent kotlin.String The user agent value of the shopper's browser.
javaScriptEnabled kotlin.Boolean Boolean value indicating if the shopper's browser is able to execute JavaScript. A default 'true' value is assumed if the field is not present. [optional]