Installation
Add the below dependency
Add the this dependency in project level build.gradle, inside allprojects > repositories.
Initialization
Initialise the Suprsend Android SDK
Initialise the Suprsend android SDK in MainApplication.java inside Replace
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.