.showLiveChat()

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

Syntax


				ZohoSalesIQ.showLiveChat(_ show:Bool)			

Example


				ZohoSalesIQ.showLiveChat(true)