Created
April 19, 2022 21:44
-
-
Save flurrydev/1ebb4f4679c0fbe53a9f3130e86b189e to your computer and use it in GitHub Desktop.
flurry_timed_event_with_param.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Capture the author info & user status | |
let articleParams = ["Author": "John Q", "User_Status": "Registered"]; | |
Flurry.log(eventName: "Article_Read", parameters: articleParams, timed: true) | |
// In a function that captures when a user navigates away from article | |
// You can pass in additional params or update existing ones here as well | |
Flurry.endTimedEvent(eventName: "Article_Read", parameters: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flurry_start_android.java