Add the SDK Dependency
Add the following dependency to your app-levelbuild.gradle file
build.gradle make sure the following plugins are configured:
Initializing Analytics SDK in Android
Initialize the SDK in yourApplication class to start tracking sessions, events, and insights.
Parameter Reference
Parameter Reference
| Parameter | Description |
|---|---|
application | Android application context |
apiKey | Your Project API key |
orgId | Your organization ID (e.g. twinalyze_demo_7356297484) |
debug | If debug true than take a screenshot |
Demo Account
Email: [email protected]
Password: 123
Password: 123
✅ Best Practice
Always callinitialize()inside yourApplicationclass — not inside an Activity — to ensure complete session tracking.