Android SDK
Instructions to integrate Chartbeat's Android SDK to your native app.
Overview
Installation
1. Add the JitPack repository
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}2. Add the dependency
Getting Started
1. Initialize the tracker
2. Track a view
3. Report that the user left the view
4. Track user interaction
Usage Guide
Author/Section
Push referrers
Scroll position
User subscriber status
IP Truncation
ProGuard and R8
Next steps
Last updated
Was this helpful?