This demo app demonstrates the Voximplant Android Kit Chat UI SDK that allows you to add in-app messaging into your Android application with a ready-to-go user experience.
To get started, you need to register a Voximplant Kit account and create a mobile chat channel.
- Clone this repository.
- Open the repository in Android Studio.
- Wait for
gradle syncto complete and build for the target device.
Enter your mobile chat channel details (region, channel UUID, token) and a client Id.
Important
Client Id is a random string that should match the regexp pattern [a-zA-Z0-9@#$_\-+\.].
Push notifications require additional setup.
- Create a new Firebase project in your Firebase account.
- Register your application with the
com.voximplant.demos.kitchatnamespace. - Generate a
google-services.jsonfile and replace the file in the project. - Create a service account key in json format and upload it to Voximplant Kit.
- Select the uploaded certificate in the mobile chat channel.

