埋点配置

This commit is contained in:
18401019693
2023-08-30 13:21:40 +08:00
parent 7a31ca52da
commit 72e9633045
8 changed files with 45 additions and 26 deletions

View File

@@ -79,9 +79,7 @@ public class FunGamesViewHolder extends RecyclerView.ViewHolder {
.append("&token=")
.append(userInfo.getToken());
}
Map<String, String> map_ekv = new HashMap<String, String>();
map_ekv.put("link", htmlUrl.toString());
MobclickAgent.onEvent(itemView.getContext(), "live_room_slide", map_ekv);
Bus.get().post(new CustomDrawerPopupEvent()
.setDisMiss(true)
.setHtmlUrl(htmlUrl.toString())