- Installation
- Push Notification
- Customization
- Rest API
- API Reference
- Launcher Button Customization
- Zoho SalesIQ
- Launcher
- Chat
- Chat.start()
- Chat.startWithTrigger()
- Chat.setWaitingTime()
- Chat.get()
- Chat.setTitle()
- Chat.setLanguage()
- Chat.setDepartment()
- Chat.setOperatorEmail()
- Chat.setVisibility()
- Chat.showOperatorImageInLauncher()
- Chat.setVisibility(MbedableComponent)
- Chat.showOfflineMessage()
- Chat.getList()
- Chat.open()
- Chat.endSession()
- Chat.fetchAttenderImage()
- Chat.setListener()
- Chat.getDepartments()
- Chat.showFeedbackAfterSkip()
- Chat.hideQueueTime()
- Chat.show()
- Chat Actions
- Logger
- Visitor
- Visitor Tracking
- Notification
- Conversation
- Knowledge Base
- FAQ
- SDK 2.x, 3.x
- SDK 1.x
- Download Sample App
- Release Notes
- Additional Features
Launcher
Manage the visibility of the mobilisten SDK launcher.
Parameter:
- ALWAYS - The launcher will always be displayed.
- NEVER - The launcher will not be displayed.
- WHEN_ACTIVE_CHAT - The launcher will be displayed only when there is an ongoing chat.
Class
Copiedpublic enum VisibilityMode {
ALWAYS,
NEVER,
WHEN_ACTIVE_CHAT;
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.