Skip to content

Instantly share code, notes, and snippets.

@jraska
Created February 15, 2020 10:01
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 jraska/fef963f4246e0289e7abfae464a80d6b to your computer and use it in GitHub Desktop.
Save jraska/fef963f4246e0289e7abfae464a80d6b to your computer and use it in GitHub Desktop.
interface Analytics {
fun activityCreated(activity: Activity)
fun activityResumed(activity: Activity)
fun activityPaused(activity: Activity)
fun activityDestroyed(activity: Activity)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment