Uses of Class
com.onlinepayments.domain.BrowserData
Packages that use BrowserData
-
Uses of BrowserData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return BrowserDataModifier and TypeMethodDescriptionCustomerDevice.getBrowserData()Object containing information regarding the browser of the customerBrowserData.withColorDepth(Integer value) ColorDepth in bits.BrowserData.withJavaEnabled(Boolean value) true =Java is enabled in the browserBrowserData.withJavaScriptEnabled(Boolean value) true = JavaScript is enabled in the browser. false = JavaScript is not enabled in the browser.BrowserData.withScreenHeight(String value) Height of the screen in pixels.BrowserData.withScreenWidth(String value) Width of the screen in pixels.Methods in com.onlinepayments.domain with parameters of type BrowserDataModifier and TypeMethodDescriptionvoidCustomerDevice.setBrowserData(BrowserData value) Object containing information regarding the browser of the customerCustomerDevice.withBrowserData(BrowserData value) Object containing information regarding the browser of the customer