Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -441,7 +441,9 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene | ... | @@ -441,7 +441,9 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene |
441 | ``` | 441 | ``` |
442 | 442 | ||
443 | ### 2.11、Android 生命周期接口(必接) ### | 443 | ### 2.11、Android 生命周期接口(必接) ### |
444 | + | ||
444 | `注意:权限返回接口为必接接口,接入代码 PoolSdkHelper.onRequestPermissionsResult(requestCode, permissions, grantResults);` | 445 | `注意:权限返回接口为必接接口,接入代码 PoolSdkHelper.onRequestPermissionsResult(requestCode, permissions, grantResults);` |
446 | + | ||
445 | 说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged、onRequestPermissionsResult中分别调用对应的接口 | 447 | 说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged、onRequestPermissionsResult中分别调用对应的接口 |
446 | 448 | ||
447 | 449 | ... | ... |
-
Please register or login to post a comment