Developers

Changelog

Release: 2020/05/02

Fixed incorrect event names in event listener documentation

  • Replaced the incorrect event name , onRejected, with the correct name, onRejection.
  • Replaced the incorrect event name , onRerouted, with the correct name, onReroute.

Release: 2019/06/23

Updated callback parameters and added new command

  • Updated parameters passed to the callback of the onReady command. The parameters now include data about the current session and the number question the user has open and closed. See details

  • Added a new command called getState which returns data about the current session and the number question the user has open and closed. See details