Skip to content

Instantly share code, notes, and snippets.

@quintonpryce
Created July 18, 2019 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quintonpryce/2a8b20fbfebb67b4f32a717d225006bb to your computer and use it in GitHub Desktop.
Save quintonpryce/2a8b20fbfebb67b4f32a717d225006bb to your computer and use it in GitHub Desktop.
Analytics Event Protocol
public protocol AnalyticsEvent {
var name: String {get}
var supportedTrackers: [EventTrackerKey] {get}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment