Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created August 20, 2025 06:23
Show Gist options
  • Select an option

  • Save AppleCEO/2b5fca6dac06728b3288dece95742081 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/2b5fca6dac06728b3288dece95742081 to your computer and use it in GitHub Desktop.
enumAnalyticsEvent
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