ZohoGC.show(orgId: <#OrgId#>, botId: <#BotId#>, domain: <#Domain#>) | ZohoGC.showFlow(orgId: <#OrgId#>, flowId: <#FlowId#>, domain: <#Domain#>,preferredLanguage: <#PreferredLanguageCode(Optional)#>) |
[ZohoGC showWithOrgId:<#OrgId#> botId:<#BotId#> domain:<#Domain#>]; | [ZohoGC showFlowWithOrgId:<#OrgId#> flowId:<#FlowId#> domain:<#Domain#> preferredLanguage: <#PreferredLanguageCode(_Nullable)#>]; |
Old API | New API |
ZohoGC.setSessionVariables(botId: String, sessionVariables: [String: String]) | ZohoGC.setSessionVariables(botId: String, sessionVariables: [[String: Any]]) |
ZohoGC.updateSessionVariables(botId: String, sessionVariables: [String: String]) | ZohoGC.updateSessionVariables(botId: String, sessionVariables: [[String: Any]]) |
v1.2.x Series | v1.3.1 |
|
|
|
|
|
|
ZohoGCSDK version released. Resolved bugs and optimized performance for a smoother user experience.
Resolved bugs and optimized performance for a smoother user experience.
Extended customization options with the introduction of new colors.
The ZDThemeKit module has been removed. Importing ZDThemeKit for ZDThemeManager is not required henceforth.