Merchant Data SDK Reference
#
Integrationbuild.gradle
#
In the top level - Add Google Play Services:
settings.gradle
or module level build.gradle
#
In Create a new Personal Access Token with the scope: read:packages
Add:
- Replace USER and PASSWORD above wih your github username and read only personal access token.
build.gradle
#
In the module level - Add the Google Play Services plugin:
- Enable view binding and data binding:
- Add the SDK:
#
Set up Google Play ServicesSet up a Firebase project for your app. If you don't have one already:
Follow Step 1, Step 2, and Step 3 of "Add Firebase using the Firebase console". Skip Step 4.
#
Launch Merchant AcquisitionCall MerchantAcquisition.startApp(context, token, faId);