| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
BrowserData |
CustomerDevice.getBrowserData()
Object containing information regarding the browser of the customer
|
BrowserData |
BrowserData.withColorDepth(Integer value)
ColorDepth in bits.
|
BrowserData |
BrowserData.withJavaEnabled(Boolean value)
true =Java is enabled in the browser
false = Java is not enabled in the browser
Value is returned from the navigator.javaEnabled property.
|
BrowserData |
BrowserData.withJavaScriptEnabled(Boolean value)
* true = JavaScript is enabled in the browser.
|
BrowserData |
BrowserData.withScreenHeight(String value)
Height of the screen in pixels.
|
BrowserData |
BrowserData.withScreenWidth(String value)
Width of the screen in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerDevice.setBrowserData(BrowserData value)
Object containing information regarding the browser of the customer
|
CustomerDevice |
CustomerDevice.withBrowserData(BrowserData value)
Object containing information regarding the browser of the customer
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.