Last active
April 23, 2020 10:39
-
-
Save mukyasa/ff3c51d787a211ad5159d03b9c0dd20a 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
| enum EventName { | |
| static let screenVisit = "Screen Visit" | |
| static let clickEvent = "Click Event" | |
| } | |
| enum ParameterName { | |
| static let screen = "screen_name" | |
| static let click = "click_target" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment