Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_fiveworld
Commits
7974d139
Commit
7974d139
authored
Oct 13, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
c2b91d14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
AdReportManager.kt
app/src/main/java/com/mints/fiveworld/ad/AdReportManager.kt
+0
-1
NewOutSceneFull.java
...ain/java/com/mints/fiveworld/ad/half/NewOutSceneFull.java
+1
-0
NewOutTimeFull.java
...main/java/com/mints/fiveworld/ad/half/NewOutTimeFull.java
+1
-0
No files found.
app/src/main/java/com/mints/fiveworld/ad/AdReportManager.kt
View file @
7974d139
...
...
@@ -167,7 +167,6 @@ object AdReportManager {
EVENT_TYPE_SCENCE_OUT_SCENE_AD_COMPLETE
(
"242"
),
// 242 体外场景 广告类 - 广告播放完成
EVENT_TYPE_SCENCE_OUT_SCENE_AD_CLOSE
(
"243"
),
// 243 体外场景 广告类 - 关闭广告
EVENT_TYPE_SCENCE_NEW_SCENE_RESULT_SHOW
(
"244"
),
// 244 体外场景 结果页展示成功(广告播放完成)
EVENT_TYPE_SCENCE_NEW_RESULT_BRINGTOFRONT
(
"260"
),
// 260 体外场景 保活回调 - 弹窗页bringToFront触发-onCall和onResult前
EVENT_TYPE_SCENCE_NEW_RESULT_ONCALL
(
"261"
),
// 261 体外场景 保活回调 - 弹窗页ONCALL
EVENT_TYPE_SCENCE_NEW_RESULT_ONCALL_SHOW
(
"262"
),
// 262 体外场景 保活回调 - 弹窗页进入ONCALL_调用界面
...
...
app/src/main/java/com/mints/fiveworld/ad/half/NewOutSceneFull.java
View file @
7974d139
...
...
@@ -132,6 +132,7 @@ public class NewOutSceneFull {
//创建广告请求参数AdSlot,具体参数含义参考文档
AdSlot
.
Builder
adSlotBuilder
=
new
AdSlot
.
Builder
()
.
setAdStyleType
(
AdSlot
.
TYPE_EXPRESS_AD
)
// 注意:插屏暂时支持模版类型,必须手动设置为AdSlot.TYPE_EXPRESS_AD
.
setTTVideoOption
(
videoOption
)
//设置声音控制
.
setUserID
(
UserManager
.
getInstance
().
getUserID
())
//用户id,必传参数
.
setMediaExtra
(
"media_extra"
)
//附加参数,可选
...
...
app/src/main/java/com/mints/fiveworld/ad/half/NewOutTimeFull.java
View file @
7974d139
...
...
@@ -122,6 +122,7 @@ public class NewOutTimeFull {
//创建广告请求参数AdSlot,具体参数含义参考文档
AdSlot
.
Builder
adSlotBuilder
=
new
AdSlot
.
Builder
()
.
setAdStyleType
(
AdSlot
.
TYPE_EXPRESS_AD
)
// 注意:插屏暂时支持模版类型,必须手动设置为AdSlot.TYPE_EXPRESS_AD
.
setTTVideoOption
(
videoOption
)
//设置声音控制
.
setUserID
(
UserManager
.
getInstance
().
getUserID
())
//用户id,必传参数
.
setMediaExtra
(
"media_extra"
)
//附加参数,可选
...
...
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