MixpanelAPI mixpanel =
MixpanelAPI.getInstance(context, MIXPANEL_TOKEN);
// start the timer for the event "Image Upload"
mixpanel.timeEvent("Image Upload");
// stop the timer if the imageUpload() method returns true
if(imageUpload()){`enter code here`
mixpanel.track("Image Upload");
}
我们已尝试使用时间事件发送属性,但这些属性在实时视图中不可见。