DataCollector

DataCollector

This class is used for advanced fraud integration with PayPal and Kount. Instances of this class have deviceData which is used to correlate user sessions with server transactions.

Constructor

new DataCollector()

instance returned by create

Source:

Members

deviceData :string

JSON string to pass with server transactions

Source:

Methods

teardown(callbackopt) → {void}

Cleanly remove all event handlers and DOM nodes that were added

Parameters:
Name Type Attributes Description
callback errback <optional>

Called once teardown is complete. No data is returned if teardown completes successfully.

Source: