Installation & Info
Overview
This sections details how to install your selected SDK & what features it has.
Installation
- Add this to your
settings.gradlefile (library is hosted on JitPack):
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
- Add this to your app
build.gradlefile:
dependencies {
implementation 'com.github.Realtime-Relay:relayx-kotlin:v1.1.0'
}
- Build your project to download the library
Github Page
https://github.com/Realtime-Relay/relayx-kotlin
Features
| Kotlin | |
|---|---|
| Auto-Reconnect | ✅ |
| Republish Offline Messages on Reconnect | ✅ |
| Replay Missed Messages on Reconnect | ✅ |
| Manual Connect / Disconnect | ✅ |
| Wildcard PubSub | ✅ |
| Fetch Past Messages | ✅ |
| Queues | ✅ |
| Key Value Store | ✅ |
Need Help?
Join our Discord server, post your concern & someone from our team will help you out ✌️