.Chat.setThemeColor()

This API lets you set desired theme color to the chat windows on your website.

Syntax

CopiedZohoSalesIQ.Chat.setThemeColor(color: UIColor)

Example

CopiedZohoSalesIQ.Chat.setThemeColor(UIColor.greenColor())

ZohoSalesIQ.Chat.setIncommingMessageBackgroundColor(color: UIColor)

ZohoSalesIQ.Chat.setIncommingMessageBackgroundColor(UIColor.lightGray)

ZohoSalesIQ.Chat.setOutGoingMessageBackgroundColor(color: UIColor)

ZohoSalesIQ.Chat.setOutgoingMessageBackgroundColor(UIColor.blue)