FTSkinService

ft-skin-service framework allowing easy integration with Cloudpayments’s Skin service.

Getting Started

Prerequisites

Installing

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
   implementation "com.github.andresjose1983.fintiv:ftmobilecommerce:0.0.3"
}

Also add the following permissions: ACCESS_COARSE_LOCATION, BLUETOOTH, BLUETOOTH_ADMIN in your manifest file.

In your Application class, call the static setup method to configure it from the configuration file:

override fun onCreate() {
    FTSkinService.setup()
}

Authors

Website:

http://fintivtech.com/