Skip to main content

Network Waiting Banner

You can customize the colors and properties of the 'Waiting for network' banner to match your custom theme appearance.

Example

Copied// Create a new theme instance using SIQTheme
const customTheme = new SIQTheme();
	
// Customize properties in the customTheme instance as desired
customTheme.NetworkWaitingBanner.textColor = "#FFFFFF"
customTheme.NetworkWaitingBanner.loaderColor = "#FFFFFF"
customTheme.NetworkWaitingBanner.backgroundColor = "#000000"

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