Installation
Add the Maven dependency to your module-levelbuild.gradle or build.gradle.kts:
x.x.x with the latest version number.
Initialization
Initialize the SDK in yourApplication class or main entry point before logging any events:
appId and serverHost are provided.
Logging events
UselogAppEvent for standard analytics events and logClientEvent for client-specific events.
User identification
Link events to a known user withsetUserIdentifier:
Important naming note
The client-facing class isKlaritics. Do not use KlariticsSDK, KlariticsCore, or any other variant in your application code.