Skip to content

Instantly share code, notes, and snippets.

@GiuseppeGiacoppo
Created February 19, 2022 12:12
Show Gist options
  • Save GiuseppeGiacoppo/d13622d855dd71aa6da5bcab8987a271 to your computer and use it in GitHub Desktop.
Save GiuseppeGiacoppo/d13622d855dd71aa6da5bcab8987a271 to your computer and use it in GitHub Desktop.
class MyActivity:
AppCompatActivity(),
AnalyticsDelegate by AnalyticsDelegateImpl(),
LogoutDelegate by LogoutDelegateImpl()
{
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
registerAnalytics(lifecycle)
registerLogout(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment