Class BrowserData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionColorDepth in bits.true =Java is enabled in the browsertrue = JavaScript is enabled in the browser. false = JavaScript is not enabled in the browser.Height of the screen in pixels.Width of the screen in pixels.voidsetColorDepth(Integer value) ColorDepth in bits.voidsetJavaEnabled(Boolean value) true =Java is enabled in the browservoidsetJavaScriptEnabled(Boolean value) true = JavaScript is enabled in the browser. false = JavaScript is not enabled in the browser.voidsetScreenHeight(String value) Height of the screen in pixels.voidsetScreenWidth(String value) Width of the screen in pixels.withColorDepth(Integer value) ColorDepth in bits.withJavaEnabled(Boolean value) true =Java is enabled in the browserwithJavaScriptEnabled(Boolean value) true = JavaScript is enabled in the browser. false = JavaScript is not enabled in the browser.withScreenHeight(String value) Height of the screen in pixels.withScreenWidth(String value) Width of the screen in pixels.
-
Constructor Details
-
BrowserData
public BrowserData()
-
-
Method Details
-
getColorDepth
ColorDepth in bits. Value is returned from the screen.colorDepth property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
setColorDepth
ColorDepth in bits. Value is returned from the screen.colorDepth property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
withColorDepth
ColorDepth in bits. Value is returned from the screen.colorDepth property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
getJavaEnabled
true =Java is enabled in the browserfalse = Java is not enabled in the browser
Value is returned from the navigator.javaEnabled property.
If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
setJavaEnabled
true =Java is enabled in the browserfalse = Java is not enabled in the browser
Value is returned from the navigator.javaEnabled property.
If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
withJavaEnabled
true =Java is enabled in the browserfalse = Java is not enabled in the browser
Value is returned from the navigator.javaEnabled property.
If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
getJavaScriptEnabled
- true = JavaScript is enabled in the browser.
- false = JavaScript is not enabled in the browser. In this case the following parameters are not mandatory anymore: colorDepth, javaEnabled, screenHeight, screenWidth, timezoneOffsetUtcMinutes.
-
setJavaScriptEnabled
- true = JavaScript is enabled in the browser.
- false = JavaScript is not enabled in the browser. In this case the following parameters are not mandatory anymore: colorDepth, javaEnabled, screenHeight, screenWidth, timezoneOffsetUtcMinutes.
-
withJavaScriptEnabled
- true = JavaScript is enabled in the browser.
- false = JavaScript is not enabled in the browser. In this case the following parameters are not mandatory anymore: colorDepth, javaEnabled, screenHeight, screenWidth, timezoneOffsetUtcMinutes.
-
getScreenHeight
Height of the screen in pixels. Value is returned from the screen.height property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
setScreenHeight
Height of the screen in pixels. Value is returned from the screen.height property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
withScreenHeight
Height of the screen in pixels. Value is returned from the screen.height property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
getScreenWidth
Width of the screen in pixels. Value is returned from the screen.width property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
setScreenWidth
Width of the screen in pixels. Value is returned from the screen.width property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-
withScreenWidth
Width of the screen in pixels. Value is returned from the screen.width property.If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
Note: This data can only be collected if JavaScript is enabled in the browser. This means that 3-D Secure version 2.1 requires the use of JavaScript to enabled. In the upcoming version 2.2 of the specification this is no longer a requirement.
-