.setThemeColorforAndroid()
This API lets you set desired theme color to the chat windows on your website.
Parameters Required
- atttribute: The attributes can be "colorPrimary" or "colorPrimaryDark"
- hex_code : Pass HEX value of color along with "#".
Syntax
CopiedZohoSalesIQ.setThemeColorforAndroid( String attribute, String hex_code)Example
CopiedZohoSalesIQ.setThemeColorforAndroid("colorPrimary" , "#000000");