Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Last active August 19, 2025 08:09
Show Gist options
  • Select an option

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

Select an option

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