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
70ac3487
Commit
70ac3487
authored
Nov 13, 2020
by
Mazy
Browse files
Options
Browse Files
Download
Plain Diff
xx
parents
41bfb31f
3c83a47e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
14 deletions
+17
-14
AddCSJADManager.m
GYDemo/GYDemo/SCAds/platform/AddCSJADManager.m
+7
-5
AddGDTADManager.m
GYDemo/GYDemo/SCAds/platform/AddGDTADManager.m
+3
-3
AddRuiShiADManager.m
GYDemo/GYDemo/SCAds/platform/AddRuiShiADManager.m
+3
-3
AddSigmobADManager.m
GYDemo/GYDemo/SCAds/platform/AddSigmobADManager.m
+4
-3
UserInterfaceState.xcuserstate
...cuserdata/mazy.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
No files found.
GYDemo/GYDemo/SCAds/platform/AddCSJADManager.m
View file @
70ac3487
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
*/
*/
-
(
void
)
splashAdDidClick
:
(
BUSplashAdView
*
)
splashAd
;{
-
(
void
)
splashAdDidClick
:
(
BUSplashAdView
*
)
splashAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
// NSString * clkTracking = self.currentData.clk_tracking[0];
// NSString * clkTracking = self.currentData.clk_tracking[0];
...
@@ -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];
}
}
/**
/**
...
@@ -284,14 +285,15 @@
...
@@ -284,14 +285,15 @@
This method is called when video ad is clicked. 点击
This method is called when video ad is clicked. 点击
*/
*/
-
(
void
)
nativeExpressRewardedVideoAdDidClick
:
(
BUNativeExpressRewardedVideoAd
*
)
rewardedVideoAd
;{
-
(
void
)
nativeExpressRewardedVideoAdDidClick
:
(
BUNativeExpressRewardedVideoAd
*
)
rewardedVideoAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
/**
/**
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
;{
// [[IOSADManager shareADManager] videoAdDidClick:self.currentData];
}
}
/**
/**
...
@@ -385,7 +387,7 @@
...
@@ -385,7 +387,7 @@
* Sent when an ad view is clicked
* Sent when an ad view is clicked
*/
*/
-
(
void
)
nativeExpressAdViewDidClick
:
(
BUNativeExpressAdView
*
)
nativeExpressAdView
;{
-
(
void
)
nativeExpressAdViewDidClick
:
(
BUNativeExpressAdView
*
)
nativeExpressAdView
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
...
...
GYDemo/GYDemo/SCAds/platform/AddGDTADManager.m
View file @
70ac3487
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
* 开屏广告点击回调
* 开屏广告点击回调
*/
*/
-
(
void
)
splashAdClicked
:
(
GDTSplashAd
*
)
splashAd
;{
-
(
void
)
splashAdClicked
:
(
GDTSplashAd
*
)
splashAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
...
@@ -237,7 +237,7 @@
...
@@ -237,7 +237,7 @@
@param rewardedVideoAd GDTRewardVideoAd 实例
@param rewardedVideoAd GDTRewardVideoAd 实例
*/
*/
-
(
void
)
gdt_rewardVideoAdDidClicked
:
(
GDTRewardVideoAd
*
)
rewardedVideoAd
;{
-
(
void
)
gdt_rewardVideoAdDidClicked
:
(
GDTRewardVideoAd
*
)
rewardedVideoAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
* 原生模板广告点击回调
* 原生模板广告点击回调
*/
*/
-
(
void
)
nativeExpressAdViewClicked
:
(
GDTNativeExpressAdView
*
)
nativeExpressAdView
;{
-
(
void
)
nativeExpressAdViewClicked
:
(
GDTNativeExpressAdView
*
)
nativeExpressAdView
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
...
...
GYDemo/GYDemo/SCAds/platform/AddRuiShiADManager.m
View file @
70ac3487
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
开屏广告点击回调
开屏广告点击回调
*/
*/
-
(
void
)
vl_splashAdDidClick
:
(
VLNSplashAd
*
)
splashAd
{
-
(
void
)
vl_splashAdDidClick
:
(
VLNSplashAd
*
)
splashAd
{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
视频广告信息点击回调
视频广告信息点击回调
*/
*/
-
(
void
)
vl_rewardVideoAdDidClicked
:
(
VLNRewardedVideoAd
*
)
rewardedVideoAd
{
-
(
void
)
vl_rewardVideoAdDidClicked
:
(
VLNRewardedVideoAd
*
)
rewardedVideoAd
{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
广告点击回调
广告点击回调
*/
*/
-
(
void
)
vl_nativeAdDidClick
:
(
VLNNativeAd
*
)
nativeAd
;{
-
(
void
)
vl_nativeAdDidClick
:
(
VLNNativeAd
*
)
nativeAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
}
/**
/**
...
...
GYDemo/GYDemo/SCAds/platform/AddSigmobADManager.m
View file @
70ac3487
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
* 开屏广告点击回调
* 开屏广告点击回调
*/
*/
-
(
void
)
onSplashAdClicked
:
(
WindSplashAd
*
)
splashAd
;{
-
(
void
)
onSplashAdClicked
:
(
WindSplashAd
*
)
splashAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
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
);
}
}
/**
/**
...
@@ -194,8 +196,7 @@
...
@@ -194,8 +196,7 @@
@param placementId 广告位Id
@param placementId 广告位Id
*/
*/
-
(
void
)
onVideoAdClicked
:
(
NSString
*
)
placementId
;{
-
(
void
)
onVideoAdClicked
:
(
NSString
*
)
placementId
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
self
.
showSuccessCallbackBlock
(
self
.
currentData
,
YES
);
}
}
...
...
farm.xcworkspace/xcuserdata/mazy.xcuserdatad/UserInterfaceState.xcuserstate
View file @
70ac3487
No preview for this file type
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