Without an optional parameter:
ZohoGC.showFlow(activity, orgId, flowId, domain)
ZohoGC.showFlow(activity, orgId, flowId, domain, "en_us")
ZohoGC.showFlow(activity, orgId, flowId, domain, "")
ZohoGC.showFlow(activity, orgId, flowId, domain, "en_us")
Also add the generated map API key.
Kotlin
ZConfigUtil.hideLocationSearch = true
Java
ZConfigUtil.hideLocationSearch = true
val sessionVariableMap = HashMap<String, Any>()
sessionVariableMap.apply
{
this["name"] = "exampleName"
this["value"] = "exampleValue"
}
val sessionVariableList = ArrayList<HashMap<String, Any>>()
sessionVariableList.add(sessionVariableMap)
ZohoGC.setSessionVariables(widgetId,sessionVariableList)
HashMap<String, Object> sessionVariableMap= new HashMap<>();
sessionVariableMap.put("name","exampleName");
sessionVariableMap.put("value","exampleValue");
ArrayList<HashMap<String,Object>> sessionVariableList= new
ArrayList<>();
sessionVariableList.add(sessionVariableMap);
ZohoGC.setSessionVariables(widgetId,sessionVariableList);
val sessionVariableMap = HashMap<String, Any>()
sessionVariableMap.apply
{
this["name"] = "exampleName"
this["value"] = "exampleValue"
}
val sessionVariableList = ArrayList<HashMap<String, Any>>()
sessionVariableList.add(sessionVariableMap)
ZohoGC.updateSessionVariables(context,orgId, widgetId, domain,sessionVariableList)
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.