Created
December 3, 2016 22:50
-
-
Save Skorch/7d544d7fdb088449bcadeaf403a2e2ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func trackSomeEvent(property1: String, property2: String){ | |
SEGAnalytics.shared().track(someEvent, properties: [ | |
"property1": property1, | |
"property2": property2 | |
]) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment