.showLauncher()

Note: This API was deprecated in version 8.0.0. Use Launcher.show() API instead.

This API can be used to control the visibility of the SDK Launcher. You can either choose to show or hide it. The Launcher is hidden by default.

Syntax:

CopiedZohoSalesIQ.showLauncher(_ show:Bool)

Example

CopiedZohoSalesIQ.showLauncher(true)