.supportopen()

This API is invoked when the user opens the SDK.

Example:

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