Hi,
i want to write log events -[timed events] on flurry using corona sdk.
flurry ios sdk provides function for managing and writing log timed events. but corona analytics have only 2 functions init, and logEvent with optional parameters.
so how can i write timed events on flurry using Corona sdk.
following is the sample code in IOS for writing timed events:
[Flurry logEvent:@“Level Played” withParameters:params timed:YES];