提交 b7661c28 作者: 刘添

更新 AndroidSDK对接文档.md

上级 d440fff6
# Android SDK 对接文档-v1.0 # Android SDK 对接文档-v1.0
...@@ -603,7 +603,8 @@ public class MyApp extends Application { ...@@ -603,7 +603,8 @@ public class MyApp extends Application {
### 2.6.4 调用激励广告Max ### 2.6.4 调用激励广告Max
``` ```
GameService.getInstance().showMaxRewardedAd() //type 为Max广告标签参数-具体可问运营或者自己填写任意值为标签
GameService.getInstance().showMaxRewardedAd(String type)
``` ```
...@@ -612,7 +613,8 @@ public class MyApp extends Application { ...@@ -612,7 +613,8 @@ public class MyApp extends Application {
### 2.6.5 调用插页广告Max ### 2.6.5 调用插页广告Max
``` ```
GameService.getInstance().showMaxAdInsertPageAd(); //type 为Max广告标签参数-具体可问运营或者自己填写任意值为标签
GameService.getInstance().showMaxAdInsertPageAd(String type);
``` ```
...@@ -651,6 +653,7 @@ id 'com.google.firebase.crashlytics' ...@@ -651,6 +653,7 @@ id 'com.google.firebase.crashlytics'
``` ```
GameService.getInstance().startSettings(this); GameService.getInstance().startSettings(this);
``` ```
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论