Live Chat Widget Callback Function
This documentation provides a flexible set of methods that can be used in your web projects. To invoke one of the methods below, please be sure to call a method after the embed code on your page.
Use this callback functions to manipulate the chat widget displayed on your website.
OnCreateCase
This callback functions triggered every time the user create a new case
Returned Parameters
CaseModel
: (caseModel) data related to case.
fullname
: (String) full name of the user.
email
: (String) email of the user.
url
: (String) the page url when user access the live chat widget.
OnSendMessage
This callback functions triggered every time the user send a message
Returned Parameters
message
: (messageModel) data related to message.
fullname
: (String) full name of the user.
email
: (String) email of the user.
url
: (String) the page url when user access the live chat widget.
This documentation provides a flexible set of methods that can be used in your web projects. To invoke one of the methods below, please be sure to call a method after the embed code on your page.
Use this callback functions to manipulate the chat widget displayed on your website.
TapliveIsAuthenticated
This function returns boolean if session is available or not
SetForceHide
This function is use to hide the launcher widget
TapliveRequestAccessToken
This function is use to request taplive access token
SetHideTaplivePower
This functions is use to hide taplive watermark
LauncherLogout
This functions is use to logging out launcher widget
Last updated
Was this helpful?