Class CustomerDevice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe accept-header of the customer client from the HTTP Headers.Object containing information regarding the browser of the customerThe session ID for the device fingerprint must match the one sent in the device fingerprint script.The IP address of the customer client from the HTTP Headers.Locale of the client device/browser.Offset in minutes of timezone of the client versus the UTC.User-Agent of the client device/browser from the HTTP Headers.voidsetAcceptHeader(String value) The accept-header of the customer client from the HTTP Headers.voidsetBrowserData(BrowserData value) Object containing information regarding the browser of the customervoidsetDeviceFingerprint(String value) The session ID for the device fingerprint must match the one sent in the device fingerprint script.voidsetIpAddress(String value) The IP address of the customer client from the HTTP Headers.voidLocale of the client device/browser.voidOffset in minutes of timezone of the client versus the UTC.voidsetUserAgent(String value) User-Agent of the client device/browser from the HTTP Headers.withAcceptHeader(String value) The accept-header of the customer client from the HTTP Headers.withBrowserData(BrowserData value) Object containing information regarding the browser of the customerwithDeviceFingerprint(String value) The session ID for the device fingerprint must match the one sent in the device fingerprint script.withIpAddress(String value) The IP address of the customer client from the HTTP Headers.withLocale(String value) Locale of the client device/browser.Offset in minutes of timezone of the client versus the UTC.withUserAgent(String value) User-Agent of the client device/browser from the HTTP Headers.
-
Constructor Details
-
CustomerDevice
public CustomerDevice()
-
-
Method Details
-
getAcceptHeader
The accept-header of the customer client from the HTTP Headers. -
setAcceptHeader
The accept-header of the customer client from the HTTP Headers. -
withAcceptHeader
The accept-header of the customer client from the HTTP Headers. -
getBrowserData
Object containing information regarding the browser of the customer -
setBrowserData
Object containing information regarding the browser of the customer -
withBrowserData
Object containing information regarding the browser of the customer -
getDeviceFingerprint
The session ID for the device fingerprint must match the one sent in the device fingerprint script. -
setDeviceFingerprint
The session ID for the device fingerprint must match the one sent in the device fingerprint script. -
withDeviceFingerprint
The session ID for the device fingerprint must match the one sent in the device fingerprint script. -
getIpAddress
The IP address of the customer client from the HTTP Headers. -
setIpAddress
The IP address of the customer client from the HTTP Headers. -
withIpAddress
The IP address of the customer client from the HTTP Headers. -
getLocale
Locale of the client device/browser. Returned in the browser from the navigator.language 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.
-
setLocale
Locale of the client device/browser. Returned in the browser from the navigator.language 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.
-
withLocale
Locale of the client device/browser. Returned in the browser from the navigator.language 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.
-
getTimezoneOffsetUtcMinutes
Offset in minutes of timezone of the client versus the UTC. Value is returned by the JavaScript getTimezoneOffset() Method.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.
-
setTimezoneOffsetUtcMinutes
Offset in minutes of timezone of the client versus the UTC. Value is returned by the JavaScript getTimezoneOffset() Method.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.
-
withTimezoneOffsetUtcMinutes
Offset in minutes of timezone of the client versus the UTC. Value is returned by the JavaScript getTimezoneOffset() Method.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.
-
getUserAgent
User-Agent of the client device/browser from the HTTP Headers.As a fall-back we will use the userAgent that might be included in the encryptedCustomerInput, but this is captured client side using JavaScript and might be different.
-
setUserAgent
User-Agent of the client device/browser from the HTTP Headers.As a fall-back we will use the userAgent that might be included in the encryptedCustomerInput, but this is captured client side using JavaScript and might be different.
-
withUserAgent
User-Agent of the client device/browser from the HTTP Headers.As a fall-back we will use the userAgent that might be included in the encryptedCustomerInput, but this is captured client side using JavaScript and might be different.
-