Getting started
Installation
Our JOIN Stories Android SDK is hosted on Maven Central.
You first need to add it and its dependencies to your app/build.gradle file.
dependencies {
[...]
implementation 'com.joinstoriessdk:androidsdk:X:X:X'
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0" //latest version
[...]
}
Configuration
Before using any feature offered by the SDK, you have to initialize it.
To do so, you will need a JOIN Stories team ID and then call:
JoinStories.init("your_join_team_id")