endTimedEventIdWithParameters static method
void
endTimedEventIdWithParameters()
Ends a timed event and updated parameters.
Ends the timed event eventId
with the second key timedId
if the event was not terminated already. Updates the
existing parameters to the new parameters
Maximum of 10 unique
parameters total can be passed for an event, including those passed when
the event was initiated.
Implementation
static void endTimedEventIdWithParameters(
String eventId, Map<String, String> parameters, String timedId) {
flurryAgent?.endTimedEventIdWithParameters(eventId, parameters, timedId);
}