Installation
1
Add the mavenCentral() repository to your build file.
2
Add Android SDK dependency inside app level build.gradle
Add following line of code inside dependencies in app build.gradle
Initialization
1
Initialising Suprsend Android SDK
To integrate SuprSend in your Android app, initialise the Suprsend android sdk in MainApplicaNtion inside Replace 
onCreate
method and just above super.onCreate()
line.WORKSPACE KEY
and WORKSPACE SECRET
with your workspace values. You will get both the tokens from Suprsend API Keys page (Settings page -> "API Keys"
section)

2
Import SuprSend SDK in your client side code