Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
// Capture author info & user status
NSDictionary *articleParams = [NSDictionary dictionaryWithObjectsAndKeys:
@"John Q", @"Author",
@"Registered", @"User_Status",nil];
[Flurry logEvent:@"Article_Read" withParameters:articleParams];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.