- Installation
- Push Notification
- Customization
- Rest API
- API Reference
- Zoho SalesIQ
- Launcher
- Conversation
- Chat
- start()
- startWithTrigger()
- setWaitingTime()
- get()
- setTitle()
- setLanguage()
- setDepartment()
- setOperatorEmail()
- setVisibility()
- showOperatorImageInLauncher()
- setVisibility(MbedableComponent)
- showOfflineMessage()
- getList()
- open()
- endSession()
- fetchAttenderImage()
- setListener()
- getDepartments()
- showFeedbackAfterSkip()
- hideQueueTime()
- show()
- Chat Actions
- Calls
- Logger
- Visitor
- Visitor Tracking
- Notification
- Knowledge Base
- FAQ
- SDK 2.x, 3.x
- SDK 1.x
- Download Sample App
- Release Notes
- Additional Features
Launcher
You can customize the SalesIQ chat widget elements like background color and icon color in your mobile application.
Description:
Key | Description |
siq_launcher_backgroundcolor | Background color of the Launcher button |
siq_launcher_unreadbadge_backgroundcolor | Background color of the badge count text |
siq_launcher_unreadbadge_textcolor | Text color of the badge count |
Sample Code:
Copied<style name="Theme.SalesIQ.Base" parent="Theme.SalesIQ.Light.DarkActionBar">
<item name="siq_launcher_backgroundcolor">@color/your_color </item>
<item name="siq_launcher_unreadbadge_backgroundcolor">@color/your_color </item>
<item name="siq_launcher_unreadbadge_textcolor">@color/your_color</item>
</style>
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.