This document will cover integration steps for Android side of your ReactNative application.
Install Package
Add the below dependency
Add Android SDK dependency inside in app level build.gradle.
Initialise the Suprsend Android SDK
onCreate
method and just above super.onCreate()
line.WORKSPACE KEY
and WORKSPACE SECRET
with your workspace values. You will get them the tokens from Settings -> API Keys inside Suprsend dashboard.Import SuprSend SDK in your client side Javascript code.