Welcome to the Smartsupp framework documentation, your getaway to integrating effortless live chat support into your mobile applications. This document is designed to assist you in integrating and utilizing Smartsupp effectively within your projects.
- Full compatibility with the powerful Smartsupp widget
- Visitor identification through name, email, and telephone, with the option to add specific variables
- Information about the number of incoming messages and the status of your account
Smartsupp for Android supports API 23 and above.
Add the following dependency to your app's build.gradle
file:
dependencies {
implementation("com.smartsupp.android:android-sdk:1.2.1")
}
Add the following to your root build.gradle
file
allprojects {
repositories {
mavenCentral()
}
}
For more information on how to use this SDK, visit the official documentation.