Constructor
new DataCollector()
Do not use this constructor directly. Use braintree-web.data-collector.create instead.
- 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 |
callback |
<optional> |
Called once teardown is complete. No data is returned if teardown completes successfully. |
- Source: