View difference between Paste ID: K22vZfaJ and mfW8cgrj
SHOW: | | - or go back to the newest paste.
1-
Analytics.logEvent(tutorial_progress, parameters: [
1+
AppsFlyerLib.shared().logEvent(tutorial_progress,
2-
  sessionHash: "asdf1234",
2+
  withValues: [
3-
  userId: "1234",
3+
     sessionHash: "asdf1234",
4-
  onboardingStepId: "1",
4+
     userId: "1234",
5-
  onboardingStepName: "step_name",
5+
     onboardingStepId: "1",
6-
])
6+
     onboardingStepName: "step_name"]);
7