美文网首页
android友盟统计MobclickAgent.onEvent

android友盟统计MobclickAgent.onEvent

作者: 苏丶 | 来源:发表于2020-06-09 15:02 被阅读0次
    android友盟统计MobclickAgent.onEventValue()方法没有统计到时长
     int time = (int) (System.currentTimeMillis() - eventStartTime);
     HashMap<String, String> map = new HashMap<>();
     map.put("curId", itemBean.curId);
     map.put("stay_time", time + "");
     MobclickAgent.onEventValue(getApplicationContext(), "feedback_edit_stay", map,time);
    
    如上图,后来问了下客服,ios端支持统计时长,android端不支持统计时长
    图片.png

    相关文章

      网友评论

          本文标题:android友盟统计MobclickAgent.onEvent

          本文链接:https://www.haomeiwen.com/subject/wjcnzhtx.html