Skip to product menu
Skip to main content

In-App Notifications

You can customize the appearance of the In-App Notifications shown in the app when new messages are received.

​​

Example

Copied// Create a new theme instance using SIQTheme
const customTheme = new SIQTheme();

// Customize properties in the customTheme instance as desired
customTheme.InAppNotification.titleColor = "#FFFFFF"
customTheme.InAppNotification.subtitleColor = "#808080"
customTheme.InAppNotification.backgroundColor = "#000000"
customTheme.InAppNotification.imageBackgroundColor = "#808080"
customTheme.InAppNotification.cornerRadius = 6
customTheme.InAppNotification.imageCornerRadius = 6

// Set the customized theme using ZohoSalesIQ.setThemeForiOS API
ZohoSalesIQ.setThemeForiOS(customTheme);