Created
August 31, 2018 23:10
-
-
Save mobilequickie/e1a72303b0f54785099948c88c510c18 to your computer and use it in GitHub Desktop.
AnalyticsService Protocol
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
| protocol AnalyticsService { | |
| func recordEvent(_ eventName: String, parameters: [String:String]?, metrics: [String:Double]?) -> Void | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment