| | |
| | | } |
| | | if (state.isShowInterstitialAd()) |
| | | showInterstitialAd(); |
| | | startPlayAd(); |
| | | if (state.isShowPreVideoAd()) |
| | | startPlayAd(); |
| | | else |
| | | adPlayFinish(); |
| | | } |
| | | } else { |
| | | if (AdUtil.isGetPPTVNoAdReward(BeibeiVideoApplication.application)) { |
| | |
| | | private Integer playPosition; |
| | | //是否显示插屏广告 |
| | | private boolean showInterstitialAd; |
| | | private boolean showPreVideoAd; |
| | | |
| | | public boolean isShowPreVideoAd() { |
| | | return showPreVideoAd; |
| | | } |
| | | |
| | | public void setShowPreVideoAd(boolean showPreVideoAd) { |
| | | this.showPreVideoAd = showPreVideoAd; |
| | | } |
| | | |
| | | public boolean isShowInterstitialAd() { |
| | | return showInterstitialAd; |