Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: List SDK scripts

...

The SDK is comprised of a number of scripts. core.js is always required but the others are optional - include the ones you need. Here is the complete list of SDK scripts:

https://api.dialogportal.com/v1/sdk/v1/core.js

https://api.dialogportal.com/v1/sdk/v1/entity.js

https://api.dialogportal.com/v1/sdk/v1/preference.js

https://api.dialogportal.com/v1/sdk/v1/terms.js

Note

The SDK uses AJAX to interact with the API. It uses native JavaScript/ECMAScript functionality (XMLHttpRequest), but when jQuery is present on the page then jQuery will be used instead.

...