| | |
| | | private void loadCSJ(final Context context, final IFullVideoAdListener adListener) { |
| | | int w = DimenUtils.getScreenWidth(context); |
| | | int h = DimenUtils.getScreenHeight(context); |
| | | String channel = AndroidManifestUtil.getChannel(context); |
| | | String pid =AndroidManifestUtil.isVIVOChannel(context)?CSJConstant.VIDEO_DETAIL_INTERSTITIALAD_VIVO : CSJConstant.VIDEO_DETAIL_INTERSTITIALAD; |
| | | if ("huawei".equalsIgnoreCase(channel)) { |
| | | pid = "948943768"; |
| | | } |
| | | String pid =CSJConstant.VIDEO_DETAIL_INTERSTITIALAD; |
| | | // if ("huawei".equalsIgnoreCase(channel)) { |
| | | // pid = "948943768"; |
| | | // } |
| | | |
| | | |
| | | AdSlot adSlot = new AdSlot.Builder() |