add segment integration and wrapper class to track events

This commit is contained in:
Satindar Dhillon
2022-04-28 10:04:34 -07:00
parent 5c155e1cd6
commit 598b3a6000
7 changed files with 283 additions and 206 deletions

View File

@ -36,6 +36,8 @@
}
#endif
EventTracker.start()
if let intercomKeys = AppKeys.sharedInstance?.intercom {
Intercom.setApiKey(intercomKeys.apiKey, forAppId: intercomKeys.appID)