Launcher.show()

The ZohoSalesIQ.Launcher.show() API allows managing the visibility of the mobilisten launcher according to your visibility mode

Syntax

CopiedZohoSalesIQ.Launcher.show(ZohoSalesIQ.Launcher.VisibilityMode mode)

Example

CopiedZohoSalesIQ.Launcher.show(ZohoSalesIQ.Launcher.VisibilityMode.WHEN_ACTIVE_CHAT);
CopiedZohoSalesIQ.Launcher.show(VisibilityMode.WHEN_ACTIVE_CHAT)