| | |
| | | adConfig = null; |
| | | adNew.put("splashHotStart", gson.toJson(adConfig)); |
| | | |
| | | //首页插屏 |
| | | adConfig = getAdShowType("home_ad_interstitial", acceptData.getChannel(), acceptData.getVersion(), map); |
| | | if (hiddenAll) |
| | | adConfig = null; |
| | | adNew.put("homeInterstitial", gson.toJson(adConfig)); |
| | | |
| | | //应用退出全屏 |
| | | adConfig = getAdShowType("ad_exit_app_fullvideo", acceptData.getChannel(), acceptData.getVersion(), map); |
| | | if (hiddenAll) |
| | | adConfig = null; |
| | | adNew.put("exitAppFullvideo", gson.toJson(adConfig)); |
| | | |
| | | |
| | | |
| | | //其他广告 |
| | | adConfig = getAdShowType("ad_other", acceptData.getChannel(), acceptData.getVersion(), map); |
| | | if (hiddenAll) |