Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public_service
/
public_sdk_android
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xuguohong
2020-03-20 01:34:40 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2bbae8bbae00fdaa8ddfc7c74f1f5416a11386a9
2bbae8bb
1 parent
1da71b2b
Update 公共SDK客户端接入文档.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doc/公共SDK客户端接入文档.md
doc/公共SDK客户端接入文档.md
View file @
2bbae8b
...
...
@@ -441,7 +441,7 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene
```
### 2.11、Android 生命周期接口(必接) ###
说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged
中分别调用对应的接口
说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged
、onRequestPermissionsResult
中分别调用对应的接口
```
java
2.10
.
1
代码示例
...
...
Please
register
or
login
to post a comment