SDK
This page provides information how to integrate native Android or iOS SDK into your mobile app.
Last updated
This page provides information how to integrate native Android or iOS SDK into your mobile app.
Last updated
Add this line to build.gradle
(app level)
Init Enable3 in your Application class or Activity class (with application context)
To get user_token
your backend need to call endpoint and send it into your app.
To open Enable3 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:
Documentation coming soon