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.
Syntax
CopiedZohoSalesIQ.Launcher.setVisibilityModeToCustomLauncher(_ mode: VisibilityMode)
Example
CopiedZohoSalesIQ.Launcher.setVisibilityModeToCustomLauncher(.always)