Created
August 20, 2025 06:23
-
-
Save AppleCEO/2b5fca6dac06728b3288dece95742081 to your computer and use it in GitHub Desktop.
enumAnalyticsEvent
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 AnalyticsEvent { | |
| case sendFeedback(userId: String, content: String) | |
| case sendAdditionalData(userId: String, data: [String: String] | |
| case connectAppleHealth(userId: String) | |
| // rest of the cases | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment