- 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
Slider
You can customize all the aspects like the color of the text in the seek bar, background color of the selected value in the seek bar, etc. to match the look and feel of your application.
Description:
Key | Description |
siq_chat_card_slider_starttextcolor | Color of the start value text in the seekbar |
siq_chat_card_slider_endtextcolor | Color of the end value text in the seekbar |
siq_chat_card_slider_indicator_backgroundcolor | Color of the background of the selected value in the seekbar |
siq_chat_card_slider_indicator_textcolor | TextColor of the selected value in the seekbar |
siq_chat_card_slider_thumbcolor | Color of the thumb in the seekbar |
Sample Code:
Copied<item name="siq_chat_card_slider_thumbcolor">?attr/colorAccent</item>
<item name="siq_chat_card_slider_starttextcolor">?android:attr/textColorPrimary</item>
<item name="siq_chat_card_slider_endtextcolor">?android:attr/textColorPrimary</item>
<item name="siq_chat_card_slider_indicator_backgroundcolor">?attr/colorAccent</item>
<item name="siq_chat_card_slider_indicator_textcolor">@color/white</item>
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.