added

Android SDK v2.1.2

The TIKI SDK for Android makes it easy to add consumer data licensing to your Android applications. It's the client-side component that your users will interact with to accept (or decline) data licensing offers. TIKI's SDK creates immutable, digitally signed license records using cryptographic hashing, forming an audit trail. Programmatically consume records and enforce terms client or server-side using developer-friendly data structures and APIs.

This library includes both configurable pre-built UI flows/elements and native low-level APIs for building custom experiences.

Get started with our πŸ“š SDK docs, or jump right into the πŸ“˜ API reference.

Get Started

Just add the dependency in your App's build.gradle file (<PROJECT_ROOT>/app/build.gradle).

implementation("com.mytiki:tiki-sdk-android:2.1.2")

Now initialize the Pre-built UI and configure your offer.

That's it πŸ₯³.
Use TikiSdk.present(this) in your app to kick off the offer flow.

Source: github.com/tiki/tiki-sdk-android