Reference
After app loads
To execute code after acquire app loads, push your code to acquire array using acquire.push()
.
Sample Code
Methods on acquireIO Object
Method
Description
max()
Maximizes Chat Widget
min()
Minimizes Chat Widget
startChat()
Starts a new chat
myself()
Return current User Object
availableAgents()
Return list of available agents as Array
Last updated