showLauncher()

This API can be used to control the visibility of the chat bubble - you can either choose to show or hide it.

Syntax:

CopiedZohoSalesIQ.showLauncher(boolean visibility);

Example:

CopiedZohoSalesIQ.showLauncher(true/false);