handleChatComplete()

This event handler can be used to invoke a method every time a chat session concludes.

PARAMETERS

VisitorChat: Contains information about the chat picked.

  • Visit Id
  • Question
  • Attendee Email

Syntax

CopiedhandleChatComplete(obj : NSObject)

Example

CopiedZohoSalesIQ.Admin.setChatHandler(handler: ChatActivityHandler)
 
Class {Class Name}: ChatActivityHandler
{
    override func handleChatComplete(visitor : SIQVisitorChat)
    {
    }
}