- 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
Navigation
You can customize all the aspects like the color of the status bar, tool bar icon, tool bar title text, etc. to match the look and feel of your application.
Description:
Key | Description |
siq_toolbar_backgroundcolor | Background color of the tool bar |
siq_toolbar_iconcolor | Color of the tool bar icon |
siq_toolbar_title_textcolor | Color of the tool bar title text |
siq_statusbar_color | Color of the status bar |
Sample Code:
Copied<item name="siq_toolbar_backgroundcolor">?attr/colorPrimary</item>
<item name="siq_toolbar_iconcolor">@color/siq_black</item>
<item name="siq_toolbar_title_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_statusbar_color">?attr/colorPrimaryDark</item>
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.