Launcher.setVisibilityModeToCustomLauncher()

The ZohoSalesIQ.Launcher.setVisibilityModeToCustomLauncher() API allows managing the visibility of the custom launcher. This will subsequently trigger the customLauncherVisibility event, allowing you to display your customized launcher as required.

Note: By default, the visibility mode for the custom launcher will be `NEVER`.

Example

CopiedZohoSalesIQ.launcher.setVisibilityModeToCustomLauncher(VisibilityMode.always);