Skip to content

Instantly share code, notes, and snippets.

@jraska
Last active February 16, 2020 20:25
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/8ca0b812c4fe664d101a39a400b50578 to your computer and use it in GitHub Desktop.
Save jraska/8ca0b812c4fe664d101a39a400b50578 to your computer and use it in GitHub Desktop.
class App : Application()
override fun onCreate() {
super.onCreate()
registerActivityLifecycleCallbacks(analyticsCallbacks)
}
// ... other App code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment