Launcher.show()
The ZohoSalesIQ.Launcher.show() API allows managing the visibility of the mobilisten launcher according to your visibility mode.
Parameters:
- .always - The launcher will always be visible.
- .never - The launcher will always be hidden.
- .whenActiveChat - The launcher will be visible only when there is an active chat.
Syntax
CopiedZohoSalesIQ.Launcher.show(_ mode: VisibilityMode)
Example
CopiedZohoSalesIQ.Launcher.show(.always)