Android SDK
Desk360 Mobile Native Android SDK helps you embed customer support in your Android applications with ease.
Features
The Desk360 Mobile SDK for Android lets customers do any of the following:
Create new support tickets.
View and comment on existing tickets.
Interactively communicate with related support teams.
Use functions such as ticket prioritization, folder creating, SLA setting, etc.
Get detailed reports on both tickets and support agents.
Customize the look of your support system on Desk360 panel.
Installation
Setup
To integrate Desk360 into your Android project , add below parts to your build.gradle(:project name) file under project directory.
If gradle version is greater than or equal 7.0.0 add above code to your projects setting.gradle file instead of build.gradle (:projectName) file.
Add the dependency your build.gradle(:app) file under the app folder.
Add Data and View Binding code block to your build.gradle(:app) file too.
Usage
Start Desk360
Parameters | Description |
---|---|
token | your notification token |
deviceId | your Android device id |
appKey | desk360 Api Key will provided when you get the license |
appVersion | your application's version number |
languageCode | ISO 639-1 Code for sdk language: "en","fr,"tr |
platform | mobile platform: Platform.GOOGLE or Platform.HUAWEI |
countryCode | country code: "tr", "us", "de" |
jsonObject | for custom datas |
Use Desk 360
Open Desk360 without Notification Service
If your app will not use notification then you must set token "" and for targetId ""
Language
If you don't want to use custom language then you must set to "" , desk360 sdk will use your Android device language
ProGuard
If you are using proguard you must add this rules to avoid further compile issues.
Support
For further information, please with contact us support@desk360.com
Visit our GITHUB page for usage, technical setup and detailed info.
Last updated