.ipblock()

This API is invoked when the visitor's IP is blocked.

Example:

CopiedZohoSalesIQ.addEventListener(ZohoSalesIQ.EVENT_VISITOR_IPBLOCKED => 
{
        //your code
});