This repository contains sample Android application demonstrating the use of the GC Mobile Messenger SDK.
To get started with these samples, clone this repository to your local machine:
git clone git@github.com:MyPureCloud/mobiledx-samples-android.git- Android Studio Flamingo 2022.2.1 Patch 2 (+)
- Gradle version 8.7.0 (+)
- Gradle plugin 8.6.1 (+)
- Kotlin plugin version 2.1.21 (+)
- Java 17
- An Android device or emulator running Android API level 21 (Lollipop) or higher
- Open Android Studio.
- Select "Open an existing Android Studio project".
- Navigate to the cloned repository and open "GCMessengerSDKSample".
- Wait for Gradle to sync and build the project.
- Run the application on your device or emulator.
For help, troubleshooting, or to share feedback about the Mobile Messenger SDK, please post in the Genesys Cloud Community Forum. It's the best place to get quick responses from Genesys experts and the developer community.
This project is licensed under the MIT License - see the LICENSE file for details.
The app integrates Okta authentication. To use this authentication service, you must configure okta.properties file with the necessary data to the path GCMessengerSDKSample/app. See an example in GCMessengerSDKSample/app/okta.properties.example