An open API service indexing awesome lists of open source software.

https://github.com/smartsupp/smartsupp-sdk-android


https://github.com/smartsupp/smartsupp-sdk-android

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          


Smartsupp logo.

# 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.

![Sdk Preview](./art/sdk_preview.png)

## 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/).