.ipblock()
This API is invoked when the visitor's IP is blocked.
Example:
CopiedZohoSalesIQ.addEventListener(ZohoSalesIQ.EVENT_VISITOR_IPBLOCKED =>
{
//your code
});This API is invoked when the visitor's IP is blocked.
CopiedZohoSalesIQ.addEventListener(ZohoSalesIQ.EVENT_VISITOR_IPBLOCKED =>
{
//your code
});