- 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
Chat.setVisibility(MbedableComponent)
This API would let you control the visibility of the chat widget embedded in your mobile application ie., you can either choose to show or hide the chat widget in your application.
Note: If you had set the visibility status of the chat widget to false in the MainActivity page, then the widget will be hidden on that particular page alone.
Syntax:
CopiedZohoSalesIQ.Chat.setVisibility(MbedableComponent component, boolean visibility);
Example:
CopiedZohoSalesIQ.Chat.setVisibility(MbedableComponent.CHAT,true);
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.