Skip to main content

Launcher.setVisibilityModeToCustomLauncher()

The ZohoSalesIQ.Launcher.setVisibilityModeToCustomLauncher() API allows managing the visibility of the custom launcher. This will subsequently emit the EVENT_HANDLE_CUSTOM_LAUNCHER_VISIBILITY 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(ZohoSalesIQ.Launcher.VisibilityMode.ALWAYS);