Empty View
You can customize the colors and properties of EmptyView to match the look and feel of your application.
EmptyView
Copied//Get baseTheme using ZohoSalesIQ.Theme.baseTheme
let customTheme = ZohoSalesIQ.Theme.baseTheme
//Customize properties in the customTheme instance as desired
customTheme.EmptyView.backgroundColor = UIColor.white
customTheme.EmptyView.chatButtonBackgroundColor = UIColor.blue
customTheme.EmptyView.chatButtonTitleColor = UIColor.white
customTheme.EmptyView.textColor = UIColor.black
//Set the customized theme using ZohoSalesIQ.Theme.setTheme API
ZohoSalesIQ.Theme.setTheme(theme: customTheme)