handleVisitorMissed()

This event handler can be used to invoke a method when the chat initiated by the visitors hitting your website go unanswered or missed.

PARAMETERS

VisitorChat: Contains information about the chat picked.

  • Visit Id
  • Question

Syntax

CopiedhandleVisitorMissed(obj : NSObject)

Example

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