Commit 00bd71b0 authored by maxiaoliang's avatar maxiaoliang

修改大富翁棋盘视频埋点

parent 14cb74ce
......@@ -1118,6 +1118,7 @@ abstract class JavaInterface {
}else if(type==3){
action = "everyday_dividend_video"
}
AdManager.playRewardAd(AdUtils.AD_REWARD_VIDIO, action, act!!, object : ZXADVideoListener {
override fun onAdClose() {//视频关闭
if(type==1){
......@@ -1136,6 +1137,9 @@ abstract class JavaInterface {
}
override fun onAdShow() {
if(action.equals("rich_man_qipan_video")){
EventUtils.onEvent("dfw_qipan_video_show","大富翁棋盘视频曝光")
}
AdManager.loadNextCacheRewardVideoAd(AdUtils.AD_REWARD_VIDIO, act!!)
}
override fun onAdVideoBarClick() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment