SDK
This page provides information how to integrate native Android or iOS SDK into your mobile app.
Android
Step 1
Add this line to build.gradle
(app level)
Step 2
Init Enabl3 in your Application class or Activity class (with application context)
To get user_token
your backend need to call GET JWT endpoint and send it into your app.
Step 3
To open Enabl3 you should call
You can call this code from button onClickListener etc. Pass context and animation type if you need smooth opening. Available animation types:
iOs
Documentation coming soon
Last updated