1

The Flurry SDK for iOS has a method [Flurry endTimedEvent:@"EVENT_NAME" withParameters:YOUR_NSDictionary]. Is there an equivalent way to implement this functionality in Android?

I'm aware that you can start a timed event with parameters using FlurryAgent.logEvent("EVENT_NAME", myDictionary, true), but I'd like to update the values in the dictionary before ending the event.

4

1 回答 1

0

Android SDK 目前不支持此功能。我已经记下来了,谢谢你的建议。

(免责声明:我在 Flurry 开发 Android SDK)

于 2012-09-10T14:21:13.560 回答