About this project

The Aptabase Kotlin SDK allows developers to instrument their applications with privacy-focused analytics. It provides a simple interface for manual event tracking, ensuring that developers have full control over what information is sent to the analytics server. Key capabilities include: - Manual event tracking: Use the `trackEvent` function to log specific user actions. - Custom properties: Support for attaching metadata to events using maps with String and Integer values. - Easy integration: Setup via JitPack repository and initialization within the application class.