Android SDK
What are the configuration settings for the GC Android SDK?
Clearing local data Use the following method to delete any local data with respect to the widgetId provided that has been saved inside the SDK, such as databases and files: Kotlin ZohoGC.clearData(context,widgetId,object : ...
How to display GC services as modules on your Android app?
The following keys are essential to call the methods for displaying the conversation AI in your app. orgId widgetId domain The values of these keys appear under the Code Snippet section on the setup page of the ASAP help widget in Zoho Desk. SHOW BOT ...
How to customize the GC SDK Widget UI?
You can customize the default light and dark themes to make the SDK look more like your application. The default theme is the light theme. Kotlin val light: ZDTheme = ZDTheme.Builder(false).build() Java ZDTheme light = new ...
How to Integrate the SDK with your Android app
After setting up the SDK, you need to integrate the ZohoGCSDK within the Android app using Maven. To integrate the SDK within your app, include the following code in the root-level build.gradle file. repositories { maven { url ...
Working with GC SDK for Android
The GC SDK for Android offers convenient support for end-users of your Android app. With this SDK, you can create and customize a bot widget within your app, providing users with direct access to it. This integration allows end-users to seek ...
GC SDK for Android- Release notes
1.3.1 - Kotlin version updated to 1.8.0 - Made signature changes on SDK APIs 1.0.5 -Defined network protocol to use HTTP/1.1 1.0.4 -Enhanced visuals with a refreshed appearance. -Resolved bugs and optimized performance for a smoother user experience. ...
Introducing GC SDK for Android
With the advent of smartphones, mobile applications have proven to be crucial to businesses. Businesses offer various services through their apps to improve customer engagement, and developers include top-notch customer service features to enhance ...