The Ozan Checkout Android SDK provides a simple mechanism to add checkout functionality to your apps. The overall checkout flow looks like this
The minimum API level supported by this library is API 16.
Add the dependency in your build.gradle
:
dependencies {
compile 'com.ozancheckout:sdk:1.0.1'
}
For the full documentation and more information about the Ozan Checkout Android SDK, please visit:
There is an example app provided here for Java.
A ProGuard configuration is provided as part of the Ozan Checkout Android SDK. There is no need to add any Ozan Checkout-specific rules to your ProGuard configuration.
The Braintree Android SDK is open source and available under the MIT license. See the LICENSE file for more info.