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`.

Syntax

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

Example

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