.setThemeColorforiOS()

You can change the default SDK theme color using the .setThemeColorforiOS() property. The default theme Color of the SDK is a shade of blue. Any modifications to the .setThemeColorforiOS() property will be applied across all screens in the Mobilisten UI for iOS devices.

Syntax for iOS

CopiedZohoSalesIQ.setThemeColorforiOS(String hexcode)

Example for iOS

CopiedZohoSalesIQ.setThemeColorforiOS("#000000");