admin
2021-04-07 cbb88109494ffc7916f6639c20ce05c0cec941a9
BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java
@@ -13,6 +13,10 @@
    private String gdtPid;//广点通的PID
    private String csjPid;//穿山甲的pid
    //是否需要显示激励视频提示
    private boolean needShowRewardNotify;
    public PlayVideoPreADSetting(AdUtil.AD_TYPE adType, String gdtAppId, String gdtPid, String csjPid) {
        this.adType = adType;
        this.gdtAppId = gdtAppId;
@@ -64,4 +68,11 @@
    }
    public boolean isNeedShowRewardNotify() {
        return needShowRewardNotify;
    }
    public void setNeedShowRewardNotify(boolean needShowRewardNotify) {
        this.needShowRewardNotify = needShowRewardNotify;
    }
}