- 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
Image
You can customize all the aspects like the color of the image border, action icon, and image size text to match the look and feel of your application.
Description:
Key | Description |
siq_chat_image_bordercolor_operator | Color of the border of image (operator) |
siq_chat_image_bordercolor_visitor | Color of the border of image (visitor) |
siq_chat_image_actioniconcolor_operator | Color of the action icon (operator) |
siq_chat_image_actioniconcolor_visitor | Color of the action icon (visitor) |
siq_chat_attachment_detail_textcolor | Color of the image size text |
siq_chat_image_loader_color | Color of the loader while an image is loading |
Sample Code:
Copied<item name="siq_chat_image_bordercolor_visitor">?attr/colorAccent</item>
<item name="siq_chat_image_bordercolor_operator">@color/siq_chat_image_bordercolor_operator_darkactionbar</item>
<item name="siq_chat_image_actioniconcolor_operator">@color/white</item>
<item name="siq_chat_image_actioniconcolor_visitor">@color/white</item>
<item name="siq_chat_attachment_detail_textcolor">@color/white</item>
<item name="siq_chat_image_loader_color">@color/white</item>
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.