| | |
| | | private String csjPid;//穿山甲的pid |
| | | |
| | | //是否需要显示激励视频提示 |
| | | private boolean needShowRewardNotify; |
| | | private String otherAction; |
| | | |
| | | |
| | | public PlayVideoPreADSetting(AdUtil.AD_TYPE adType, String gdtAppId, String gdtPid, String csjPid) { |
| | |
| | | |
| | | } |
| | | |
| | | public boolean isNeedShowRewardNotify() { |
| | | return needShowRewardNotify; |
| | | public String getOtherAction() { |
| | | return otherAction; |
| | | } |
| | | |
| | | public void setNeedShowRewardNotify(boolean needShowRewardNotify) { |
| | | this.needShowRewardNotify = needShowRewardNotify; |
| | | public void setOtherAction(String otherAction) { |
| | | this.otherAction = otherAction; |
| | | } |
| | | } |