Skip to content

Instantly share code, notes, and snippets.

@yektasarioglu
Created August 11, 2020 09:00
Show Gist options
  • Save yektasarioglu/4e774984c33016b3a992e122513b443c to your computer and use it in GitHub Desktop.
Save yektasarioglu/4e774984c33016b3a992e122513b443c to your computer and use it in GitHub Desktop.
private fun initializeManagers(activity: Activity) {
analyticsManager = AnalyticsManager(activity)
locationKitManager = LocationKitManager(activity)
mapKitManager = MapKitManager()
siteKitManager = SiteKitManager(activity, BuildConfig.HMS_API_KEY)
// For testing purposes
analyticsManager?.sendEvent("XX", Bundle().apply {
putString("TestProperty1", "TestValue1")
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment