Last active
August 19, 2025 08:09
-
-
Save AppleCEO/c046210f78a9357879d18223e3c000f6 to your computer and use it in GitHub Desktop.
structAnalyticsEvent
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
| struct AnalyticsEvent { | |
| let userId: String | |
| let hasAdditionalData: Bool | |
| let additionalData: [String: String] | |
| let hasFeedback: Bool | |
| let feedbackContent: String | |
| // rest of the properties | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment