Atome Merchant Android Demo
Add the dependency in your build.gradle file.
implementation 'io.github.atome-fe:merchant-sdk-java:1.5.0'- In your application code, Init the Atome SDK.
AtomeSDK.getInstance().init(applicationContext);- Check whether the atome APP is installed.
AtomeSDK.getInstance().isAtomeInstalled();- Provide a payment url to SDK.
AtomeSDK.getInstance().handleUrl(url);