Launcher.setVisibilityModeToCustomLauncher()
The ZohoSalesIQ.Launcher.setVisibilityModeToCustomLauncher() API allows managing the visibility of the custom launcher. This will subsequently trigger the handleCustomLauncherVisibility(boolean visible) method, 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);