The ClickTerm Android SDK lets you display clickwrap agreements to end users in your Android application.Documentation Index
Fetch the complete documentation index at: https://docs.clickterm.com/llms.txt
Use this file to discover all available pages before exploring further.
Latest SDK versions: Web
2.2.1 · Android 2.1.1 — View changelogAdd the dependency
Add the SDK to your app-levelbuild.gradle:
Initialize the SDK
In yourApplication class or MainActivity, initialize the SDK with your App ID:
Requirements
- The template must be Enabled in the dashboard
- The template must have at least one published content version in the Effective state
Next steps
ClicktermClient
Client initialization reference.
ClicktermDialog
Showing clickwrap dialogs.

