Chat Event Handler

'ChatActivityInterface' would invoke callback methods for various actions performed by the visitors. Follow the below-specified steps to implement the chat event handler:

  • Step 1: Public class ChatListener implements ChatActivityInterface { implemented methods }
  • Step 2: ZohoSalesIQ.Admin.setChatHandler(new ChatListener());