Commit 4e5ee526 authored by zhangshuai's avatar zhangshuai

修改打点

parent 4ec49caa
...@@ -186,7 +186,8 @@ ...@@ -186,7 +186,8 @@
This method is called when spalashAd skip button is clicked. This method is called when spalashAd skip button is clicked.
*/ */
- (void)splashAdDidClickSkip:(BUSplashAdView *)splashAd;{ - (void)splashAdDidClickSkip:(BUSplashAdView *)splashAd;{
// [self videoAdDidClick:self.currentData];
} }
/** /**
...@@ -291,7 +292,8 @@ ...@@ -291,7 +292,8 @@
This method is called when the user clicked skip button. This method is called when the user clicked skip button.
*/ */
- (void)nativeExpressRewardedVideoAdDidClickSkip:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd;{ - (void)nativeExpressRewardedVideoAdDidClickSkip:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd;{
[self videoAdDidClick:self.currentData];
} }
/** /**
......
...@@ -155,6 +155,8 @@ ...@@ -155,6 +155,8 @@
*/ */
- (void)onVideoAdClosedWithInfo:(WindRewardInfo *)info placementId:(NSString *)placementId;{ - (void)onVideoAdClosedWithInfo:(WindRewardInfo *)info placementId:(NSString *)placementId;{
#warning z这里可以做个bool 用于 关闭确定是否有奖励 #warning z这里可以做个bool 用于 关闭确定是否有奖励
self.showSuccessCallbackBlock(self.currentData, YES);
} }
/** /**
...@@ -195,7 +197,6 @@ ...@@ -195,7 +197,6 @@
*/ */
- (void)onVideoAdClicked:(NSString *)placementId;{ - (void)onVideoAdClicked:(NSString *)placementId;{
[self videoAdDidClick:self.currentData]; [self videoAdDidClick:self.currentData];
self.showSuccessCallbackBlock(self.currentData, YES);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment