handleVisitorAttended()

This event handler can be used to invoke a method when the operator picks up the chat initiated by the visitors hitting your website.

PARAMETERS

VisitorChat: Contains information about the chat picked.

  • Visit Id
  • Attendee Email
  • Question

Syntax

CopiedhandleVisitorAttended(obj : NSObject)

Example

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