- 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
Empty View
You can customize the colors and properties of EmptyView to match the look and feel of your application.
Description:
Key | Description |
siq_emptyview_textcolor | Color of the description text |
siq_emptyview_backgroundcolor | Background color of the emptyview |
siq_emptyview_button_iconcolor | Color of the emptyview button icon |
siq_emptyview_button_textcolor | Color of the emptyview button text |
siq_emptyview_button_backgroundcolor | Background color of the emptyview button |
Sample Code:
Copied<item name="siq_emptyview_backgroundcolor">?attr/siq_backgroundcolor</item>
<item name="siq_emptyview_textcolor">?android:attr/textColorPrimary</item>
<item name="siq_emptyview_button_iconcolor">@color/white</item>
<item name="siq_emptyview_button_textcolor">@color/siq_conversation_startchat_text</item>
<item name="siq_emptyview_button_backgroundcolor">?attr/colorAccent</item>
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.