- 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
FAQ
You can customize the colors and properties in the FAQ section of Mobilisten.
FAQ.Article.Toolbar
Example
Copied// Create a new theme instance using SIQTheme
const customTheme = new SIQTheme();
// Customize properties in the customTheme instance as desired
customTheme.FAQ.headerTextColor = "#000000"
customTheme.FAQ.ListItem.titleTextColor = "#000000"
customTheme.FAQ.ListItem.subtitleTextColor = "#808080"
customTheme.FAQ.ListItem.subtitlePartitionColor = "#D3D3D3"
customTheme.FAQ.ListItem.separatorColor = "#D3D3D3"
customTheme.FAQ.ListItem.likedColor = "#0000FF"
customTheme.FAQ.ListItem.likePendingColor = "#D3D3D3"
customTheme.FAQ.ListItem.backgroundColor = "#FFFFFF"
// Set the customized theme using ZohoSalesIQ.setThemeForiOS API
ZohoSalesIQ.setThemeForiOS(customTheme);
FAQ.Article.Toolbar
Copied// Create a new theme instance using SIQTheme
const customTheme = new SIQTheme();
//Customize properties in the customTheme instance as desired
customTheme.FAQ.Article.Toolbar.backgroundColor = "#FFFFFF"
customTheme.FAQ.Article.Toolbar.LikeButton.selectedColor = "#0000FF"
customTheme.FAQ.Article.Toolbar.LikeButton.normalColor = "#808080"
customTheme.FAQ.Article.Toolbar.DislikeButton.selectedColor = "#0000FF"
customTheme.FAQ.Article.Toolbar.DislikeButton.normalColor = "#808080"
// Set the customized theme using ZohoSalesIQ.setThemeForiOS API
ZohoSalesIQ.setThemeForiOS(customTheme);
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.