Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save flurrydev/3e9fcd1351f429191cec634887543d84 to your computer and use it in GitHub Desktop.
Session Origin
[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