Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created September 11, 2019 23:29
Show Gist options
  • Select an option

  • Save flurrydev/ea002ac2a417550d0f396012b74bef1a to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/ea002ac2a417550d0f396012b74bef1a to your computer and use it in GitHub Desktop.
Session Origin Swift
Flurry.addSessionOrigin("SESSION_ORIGIN")
Flurry.addSessionOrigin("SESSION_ORIGIN", withDeepLink: "DEEPLINK")
Flurry.sessionProperties(["key": "value"])
Flurry.addOrigin("ORIGIN_NAME", withVersion: "ORIGIN_VERSION")
Flurry.addOrigin("ORIGIN_NAME", withVersion: "ORIGIN_VERSION", withParameters: ["key": "value"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment