SDK Integration steps to enable AndroidPush notification in your native android app.
Add the mavenCentral() repository to your build file.
Add Android SDK dependency inside app level build.gradle
Initialising Suprsend Android SDK
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)
Import SuprSend SDK in your client side code