Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfpayments/android-mobile-sdk
https://github.com/pfpayments/android-mobile-sdk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfpayments/android-mobile-sdk
- Owner: pfpayments
- Created: 2023-11-27T10:02:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-12T17:33:56.000Z (11 months ago)
- Last Synced: 2024-02-13T16:17:57.298Z (11 months ago)
- Size: 986 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of contents
- [Table of contents](#table-of-contents)
- [PostFinance Checkout Android Payment SDK](#postfinance-checkout-android-payment-sdk)
- [Installation](#installation)
- [Requirements](#requirements)
- [Configuration](#configuration)
- [Documentation](#documentation)# PostFinance Checkout Android Payment SDK
[![Maven Central](https://img.shields.io/maven-central/v/ch.postfinance/postfinance-checkout-sdk)](https://central.sonatype.com/artifact/ch.postfinance/postfinance-checkout-sdk/1.2.0)
## Installation
### Requirements
- Android 7.0 (API level 24) and above
### Configuration
Add `postfinance-checkout-sdk` to your `app/build.gradle` dependencies.
```groovy
dependencies {
// ...
implementation("ch.postfinance:postfinance-checkout-sdk:1.2.0")
// ...
}
```## Documentation
- [API Reference](./docs/api-reference.md)
- [Integration](./docs/integration.md)
- [Theming](./docs/theming.md)