clients
Topsort Kotlin library
topsort.kt is an Android library for interacting with the Topsort APIs. We currently support sending events and making auction calls but will add more features shortly.
Installation / Getting started
We recommend installing the library via Gradle. Simply add the dependency to your build.gradle file:
The library is distributed through Maven central, which is usually included by default in your repositories. You can also add it directly, if needed:
Usage/Examples
Setup
The following sample code shows how to setup the analytics library before reporting any event or making auction requests:
Kotlin
Java
Reporting Events
The following samples show how report different events after setting up: