Skip to main content

Installation & Info

Overview

This sections details how to install your selected SDK & what features it has.


Installation

  1. Add this to your settings.gradle file (library is hosted on JitPack):
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
  1. Add this to your app build.gradle file:
dependencies {
implementation 'com.github.Realtime-Relay:relayx-kotlin:v1.1.0'
}
  1. 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 ✌️