Skip to content

TrustlyInc/trustly-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

348 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Kotlin Version Platform Gradle Plugin Security Rating Coverage Quality Gate Status Android PR Quality Check


Logo

Trustly Android SDK

This repository contains the source code for the Trustly Android SDK, including interfaces and views that integrated with the web-based Trustly user interface module.

Requirements


  • Android 4.4 (API level 19) and above
  • Gradle 8+
  • AndroidX (as of v11.0.0)

Documentation and Guides

Get started with Trustly concepts and sandbox environment testing. Understand the functions and user flows of Trustly UI.

Installation


Maven Central

TrustlySDK is available through Maven Central. To install it, include the dependency below in your build.gradle file.

dependencies {
    implementation 'net.trustly:trustly-android-sdk:4.2.0'
}

Usage

Quickly start integrating this SDK with the Android Quickstart guide.

License


TrustlySDK is available under the MIT license. See the LICENSE file for more info. MIT License