Skip to content

Instantly share code, notes, and snippets.

@pandulapeter
Created October 7, 2019 17:35
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 pandulapeter/d4806190f3a216ea2ea7c0be36ab273d to your computer and use it in GitHub Desktop.
Save pandulapeter/d4806190f3a216ea2ea7c0be36ab273d to your computer and use it in GitHub Desktop.
Beagle example - initializing the library
class YourApplication : Application() {
override fun onCreate() {
super.onCreate()
Beagle.imprint(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment