https://github.com/smartsupp/smartsupp-sdk-android
https://github.com/smartsupp/smartsupp-sdk-android
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartsupp/smartsupp-sdk-android
- Owner: smartsupp
- Created: 2023-12-01T06:59:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-16T14:16:21.000Z (9 months ago)
- Last Synced: 2025-10-17T17:20:33.983Z (9 months ago)
- Language: Kotlin
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Add Smartsupp widget to your Android App
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.
## Features
- 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
## Compatibility
Smartsupp for Android supports API 23 and above.

## Installation
Add the following dependency to your app's `build.gradle` file:
dependencies {
implementation("com.smartsupp.android:android-sdk:1.2.9")
}
#### Maven central
Add the following to your root `build.gradle` file
allprojects {
repositories {
mavenCentral()
}
}
## Documentation
For more information on how to use this SDK, visit the official [documentation](https://docs.smartsupp.com/mobile-sdk/).