The Gladly Android SDK makes it quick and easy to build a messaging experience in your Android app. We provide powerful and customizable UI screens and elements that can be used out-of-the-box to connect with your users.
API documentation can be found at https://developer.gladly.com/android-sdk/
To get an idea of how to work with the SDK an example application can be found here.
- Clone this repository.
- Open the Example project in Android Studio
- Download the latest SDK release and place it in
app/libs
directory. - Open the
GladlyChatUtils.kt
file and replace theAPP_ID
value with a value given to you by Gladly.
Releases of the SDK can be found under the releases tab.