Skip to content

Instantly share code, notes, and snippets.

@amsterdatech
Last active January 18, 2021 20:59
Show Gist options
  • Save amsterdatech/d302458cc02d112d11997508dc4f8d51 to your computer and use it in GitHub Desktop.
Save amsterdatech/d302458cc02d112d11997508dc4f8d51 to your computer and use it in GitHub Desktop.
interface Tracker {
fun isAnalyticsEnabled(): Boolean
fun enableAnalytics(enabled: Boolean)
fun logLevel(logLevel: Int)
fun start()
fun apiKey(): String
fun trackEvent(eventTrack: Event)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment