- Installation
- Push Notifications
- UI Customization
- API Reference
- .setTabOrder()
- Launcher Button Customization
- Zoho SalesIQ
- Launcher
- Chat
- .Chat.start()
- .Chat.addListener()
- .Chat.startWithTrigger()
- .Chat.setWaitingTime()
- .Chat.get()
- .setLanguage()
- .setDepartment()
- .setOperatorEmail()
- .Chat.setVisibility()
- .showOperatorImageInLauncher()
- .setChatTitle()
- .shouldOpenUrl()
- .showOperatorImageInChat()
- .setLauncherVisibility()
- .setThemeColorforiOS()
- .endChat()
- .showOfflineMessage()
- .setFeedbackVisibility()
- .setRatingVisibility()
- .getChats()
- .getChatsWithFilter()
- .openChat()
- .openChatWithID()
- .endChat()
- .fetchAttenderImage()
- .getDepartments()
- .isMultipleOpenChatRestricted()
- .getChatUnreadCount()
- .isChatEnabled()
- .showFeedbackAfterSkip()
- .hideQueueTime()
- .open()
- Chat Actions
- Visitors
- Notification Icon
- Notification
- Loggers
- Visitor Tracking
- In-App Notification
- Conversation
- Knowledge Base
- FAQ
- Download Sample App
- Release Notes
Conversation
You can customize the Conversation window's colors and properties to match your application's look and feel.
Example
Copied// Create a new theme instance using SIQTheme
const customTheme = new SIQTheme();
// Customize properties in the customTheme instance as desired
customTheme.Conversation.backgroundColor = "#FFFFFF"
customTheme.Conversation.ListItem.backgroundColor = "#FFFFFF"
customTheme.Conversation.ListItem.titleTextColor = "#000000"
customTheme.Conversation.ListItem.timeTextColor = "#D3D3D3"
customTheme.Conversation.ListItem.subtitleTextColor = "#808080"
customTheme.Conversation.ListItem.timerTextColor = "#FFA500"
customTheme.Conversation.ListItem.timerIconColor = "#FFA500"
customTheme.Conversation.ListItem.UnreadBadge.backgroundColor = "#FF0000"
customTheme.Conversation.ListItem.UnreadBadge.textColor = "#FFFFFF"
customTheme.Conversation.ListItem.UnreadBadge.borderColor = "#FFFFFF"
customTheme.Conversation.ListItem.UnreadBadge.borderWidth = 1
customTheme.Conversation.ListItem.separatorColor = "#D3D3D3"
customTheme.Conversation.ListItem.openBadgeTextColor = "#FFFFFF"
customTheme.Conversation.ListItem.openBadgeBorderColor = "#FFFFFF"
customTheme.Conversation.ListItem.openBadgeBackgroundColor = "#00FF00"
// Set the customized theme using ZohoSalesIQ.setThemeForiOS API
ZohoSalesIQ.setThemeForiOS(customTheme);
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.