Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.seamlesspay.api:Client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.seamlesspay.api:Client

This is Seamless Payments Android SDK. Integrate this library to accept payments in your Android app.

  • 1.0.7
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

SeamlessPay Android

License

Overview

SeamlessPay Android provides drop-in UI Components that can be used to collect your users' payment details and process payments from within your app. We also expose the Base SDK that allow you to use our API directly.

Get started with 📚 integration guide.

Installation

Your development environment must have minimum requirements configured:

Requirements

  • Java 8 is installed and available in your PATH
  • Android Studio
  • Gradle 5.4.1+
  • Android SDK >= 21

Note: If you do have the Android SDK installed, add a local.properties file to the top level directory with sdk.dir=/path/to/your/sdk/.android-sdk

Example Apps

The SeamlessPay Android SDK comes bundled with the following demo apps:

  • Example: Basic setup and usage of UI Components

Before start any development in Example App run command in terminal:

./gradlew addPreCommitGitHookOnBuild

While developing the SDK, it's crucial to test it in the Example App without distributing new artifacts to Maven. To do this, ensure you have pulled the latest Example App code. Then, update its settings.gradle file to include the SDK as a module:

include ':app'
include ':sdk'
project(':sdk').projectDir =
    new File('../sdk')

Next, add this module to the dependencies section of the build.gradle file to gain access to SDK classes in the Example App:

dependencies {
    implementation project(':sdk')
}

Once development is complete and you're ready to publish a new SDK version, remove the SDK module from settings.gradle:

include ':app'

Update the SDK dependency to use the most recent version from Maven and commit the changes:

Run ./gradlew :demo:installDebug to install the Demo app on a device.

FAQs

Package last updated on 20 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc