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
tangweijun
2020-03-24 14:26:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1505af62d64c156cb7aad2722cf0f1c19dcf81b7
1505af62
1 parent
3cc34332
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
doc/公共SDK客户端接入文档.md
doc/公共SDK客户端接入文档.md
View file @
1505af6
...
...
@@ -440,8 +440,10 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene
}
```
### 2.11、Android 生命周期接口(必接) ###
### 2.11、Android 生命周期接口(必接) ###
`注意:权限返回接口为必接接口,接入代码 PoolSdkHelper.onRequestPermissionsResult(requestCode, permissions, grantResults);`
说明:在游戏 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