Members
(static) VERSION :string
The current version of the SDK, i.e. 3.115.2
.
- Source:
Methods
(static) create(options, callbackopt) → {Promise|void}
Creates a DataCollector instance and collects device data based on your merchant configuration. We recommend that you call this method as early as possible, e.g. as soon as your website loads. If that's too early, call it at the beginning of customer checkout.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Creation options: Properties
|
|||||||||||||||||||||||||||||||||
callback |
callback |
<optional> |
The second argument, |
- Source: