repositories { maven { url 'https://maven.zohodl.com/' } maven { url 'https://downloads.zohocdn.com/wmslibrary' } }
dependencies {implementation 'com.zoho.gc:chat:1.0_beta03'}
ZohoGC.getInstance(context).show(activity, orgId, widgetId, domain)
ZohoGC.Companion.getInstance(context).show(activity,orgId, widgetId, domain);
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="YOUR_MAP_API_KEY" />
<string name="zoho_gc_places_api_key">YOUR_MAP_API_KEY</string>
ZohoGCUtil.setHideLocationSearch(true);
ZohoGCUtil.setHideLocationSearch(true);
val sessionVariableMap = HashMap<String, Any>()
sessionVariableMap.apply{
this["name"] = "exampleName"
this["value"] = "exampleValue"
}val sessionVariableList = ArrayList<HashMap<String, Any>>()sessionVariableList.add(sessionVariableMap)ZohoGC.getInstance(context).setSessionVariables(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);
val sessionVariableMap = HashMap<String, Any>()
sessionVariableMap.apply{
this["name"] = "exampleName"
this["value"] = "exampleValue"
}val sessionVariableList = ArrayList<HashMap<String, Any>>()sessionVariableList.add(sessionVariableMap)ZohoGC.getInstance(context).updateSessionVariables(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.Companion.getInstance(context).updateSessionVariables(sessionVariableList);
val light: ZDTheme = ZDTheme.Builder(false).build()
ZDTheme light = new ZDTheme.Builder(false).build();
val dark: ZDTheme = ZDTheme.Builder(true).build()
ZDTheme dark = new ZDTheme.Builder(true).build();
val light: ZDTheme = ZDTheme.Builder(false).build()
val dark: ZDTheme = ZDTheme.Builder(true).build()
ZohoGCUtility.themeBuilder = light
ZDTheme light = new ZDTheme.Builder(false).build();
ZDTheme dark = new ZDTheme.Builder(true).build();
ZohoGCUtility.INSTANCE.setThemeBuilder(light);
ZohoGC.getInstance(context)
.clearData(object : ZDChatCallback.ZDClearDataCallback {
override fun onSuccess() {}
override fun onFailed(exception: Exception) {}
})
ZohoGC.Companion.getInstance(context).clearData(new ZDChatCallback.ZDClearDataCallback() {
@Override
public void onSuccess() {
}
@Override
public void onFailed(Exception exception) {
}
});
ZohoGC.getInstance(context).enableLog(true)
ZohoGC.Companion.getInstance(context).enableLog(true);
「導入したばかりで基本操作や設定に不安がある」、「短期間で集中的に運用開始できる状態にしたい」、「運用を開始しているが再度学び直したい」 といった課題を抱えられているユーザーさまに向けた少人数制のオンライントレーニングです。
日々の営業活動を効率的に管理し、導入効果を高めるための方法を学びましょう。