Skip to content

Instantly share code, notes, and snippets.

@manijshrestha
Created October 14, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manijshrestha/1808f85b16b9ae9f7a41f9b65a3083f3 to your computer and use it in GitHub Desktop.
Save manijshrestha/1808f85b16b9ae9f7a41f9b65a3083f3 to your computer and use it in GitHub Desktop.
Kotlin Multiplatform Analytics Manager
package com.manijshrestha.kotlinmplogging.analytics
interface AnalyticsManager {
fun report(event: Event)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment