handleRating()

This event handler can be used to invoke a method right after the visitors submit session ratings.

PARAMETERS

VisitorChat: Contains information about the chat picked.

  • Visit Id
  • Question
  • Attendee Email
  • Rating

Syntax

CopiedhandleRating(obj : NSObject)

Example

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