https://github.com/trilogy-group/kayako-kayako-android-sdk
Android SDK for Kayako
https://github.com/trilogy-group/kayako-kayako-android-sdk
Last synced: 2 months ago
JSON representation
Android SDK for Kayako
- Host: GitHub
- URL: https://github.com/trilogy-group/kayako-kayako-android-sdk
- Owner: trilogy-group
- Created: 2016-08-23T07:44:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T04:09:00.000Z (over 3 years ago)
- Last Synced: 2025-01-29T12:18:15.937Z (4 months ago)
- Language: Java
- Size: 5.57 MB
- Stars: 0
- Watchers: 48
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[  ](https://bintray.com/kayako-support/kayako-devkits/kayako-messenger/_latestVersion)
# Overview
Our Mobile Support SDK enables you to add a knowledge base (Helpcenter) and an in-app chat (Messenger) to your apps in a plug-and-play fashion.
# Getting Started
In order to use the code in this SDK, you need to add the following to your _build.gradle_ file.
```java
android {
//...
packagingOptions {
exclude 'META-INF/LICENSE'
}
}dependencies {
//...
compile 'com.kayako.messenger:kayako-messenger:1.0.+'
}
```There are a few more steps that need to be taken before you can use the SDK. Head over to [Kayako's Developer Portal](https://developer.kayako.com/messenger/android/integration_guide/) and follow the Integraton Guide.
# Screenshots

