Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 521 Bytes

File metadata and controls

33 lines (22 loc) · 521 Bytes

AtomeMerchantDemo-Android

Atome Merchant Android Demo

Integration

Setup

Add the dependency in your build.gradle file.

implementation 'io.github.atome-fe:merchant-sdk-java:1.5.0'

Usage

  1. In your application code, Init the Atome SDK.
AtomeSDK.getInstance().init(applicationContext);
  1. Check whether the atome APP is installed.
AtomeSDK.getInstance().isAtomeInstalled();
  1. Provide a payment url to SDK.
AtomeSDK.getInstance().handleUrl(url);