Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckFarm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
LuckFarm
Commits
4e5ee526
Commit
4e5ee526
authored
Nov 13, 2020
by
zhangshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改打点
parent
4ec49caa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
AddCSJADManager.m
GYDemo/GYDemo/SCAds/platform/AddCSJADManager.m
+4
-2
AddSigmobADManager.m
GYDemo/GYDemo/SCAds/platform/AddSigmobADManager.m
+2
-1
No files found.
GYDemo/GYDemo/SCAds/platform/AddCSJADManager.m
View file @
4e5ee526
...
...
@@ -186,7 +186,8 @@
This method is called when spalashAd skip button is clicked.
*/
-
(
void
)
splashAdDidClickSkip
:
(
BUSplashAdView
*
)
splashAd
;{
// [self videoAdDidClick:self.currentData];
}
/**
...
...
@@ -291,7 +292,8 @@
This method is called when the user clicked skip button.
*/
-
(
void
)
nativeExpressRewardedVideoAdDidClickSkip
:
(
BUNativeExpressRewardedVideoAd
*
)
rewardedVideoAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
}
/**
...
...
GYDemo/GYDemo/SCAds/platform/AddSigmobADManager.m
View file @
4e5ee526
...
...
@@ -155,6 +155,8 @@
*/
-
(
void
)
onVideoAdClosedWithInfo
:
(
WindRewardInfo
*
)
info
placementId
:
(
NSString
*
)
placementId
;{
#warning z这里可以做个bool 用于 关闭确定是否有奖励
self
.
showSuccessCallbackBlock
(
self
.
currentData
,
YES
);
}
/**
...
...
@@ -195,7 +197,6 @@
*/
-
(
void
)
onVideoAdClicked
:
(
NSString
*
)
placementId
;{
[
self
videoAdDidClick
:
self
.
currentData
];
self
.
showSuccessCallbackBlock
(
self
.
currentData
,
YES
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment