提交 e8ea336b 作者: 刘添

更新 AndroidSDK对接说明文档.md

上级 a802f693
## GameSDKV1.0文档接入使用 ## GameSDKV1.0文档接入使用
...@@ -319,13 +319,18 @@ public void exitApp(ExitAppListener listener) ...@@ -319,13 +319,18 @@ public void exitApp(ExitAppListener listener)
``` ```
- 说明:退出应用程序弹出提示框。 - 说明:退出应用程序弹出提示框。
| 参数|说明|
|:--------| ----:|
|ExitAppListener|退出应用回调接口| | 参数 | 说明 |
| :-------- | ----: |
| ExitAppListener | 退出应用回调接口 |
- 参数类说明:ExitAppListener需要实现一个方法: - 参数类说明:ExitAppListener需要实现一个方法:
- 退出登陆成功: - 退出登陆成功:
``` ```
public void exitApp(String s); public void exitApp(String s);
``` ```
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论