OpenFlutter / Pangolin

🐾 Flutter 广告SDK-字节跳动-穿山甲 集成
https://pub.dev/packages/pangolin
Apache License 2.0
337 stars 64 forks source link

android 激励视频,关闭debug 没回调 #47

Closed tangbincheng closed 3 years ago

tangbincheng commented 3 years ago

作者代码写错了,RawardVideo 里面onAdClose 方法错误 正确写法在一下,就是修改了debug方法结尾的括号位置 @Override public void onAdClose() { if (debug) { TToast.show(context, "rewardVideoAd close"); } Map<String,Object> rewardVideoCallBack = new HashMap<>(); rewardVideoCallBack.put("rewardVerify",false); rewardVideoCallBack.put("rewardAmount", 0); rewardVideoCallBack.put("rewardName","rewardVideo Close"); _channel.invokeMethod("onRewardResponse",rewardVideoCallBack); }

tongyangsheng commented 3 years ago

nice! 解决了大问题! thank you