Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Last active October 15, 2023 08:18
Track Events
// Capture author info & user status
Map<String, String> map = Map<String, String>();
map.putIfAbsent("Author", () => "John Q");
map.putIfAbsent("User_Status", () => "Registered");
Flurry.logEventWithParameters("Article_Read", map);
@prabhatsingh1
Copy link

do we need a seperate package for this to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment