- Checkout
build.gradle
of theroot
project, and note that you need to addmaven
url forHaptik SDK
. - Checkout
string-haptik.xml
file in resource. GetclientId
, andbaseUrl
fromHaptik
- Go to
ClientHomeActivity
and findSignUpData.Builder
. Depending on what kind ofAuthType
you're using, make necessary changes to theSignUpData
object builder and provide correct values. Run the app, and check it out!
- Checkout the
MyFirebaseMessagingService.java
file, to see how to enable notifications in Haptik SDK
- Visit the documentation at docs.haptik.ai