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
lizhihui
2022-06-14 15:10:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
770de1055693df8e7f0fc038820d7fb691eff516
770de105
1 parent
c0530e6f
更新文档
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
doc/公共SDK客户端接入文档.md
doc/公共SDK客户端接入文档_海外.md
doc/公共SDK客户端接入文档.md
View file @
770de10
...
...
@@ -618,7 +618,7 @@ public String verifyRealName(Activity paramActivity)
### 2.18、设置闪屏时间(选接) ###
```
java
//默认2秒 单位 毫秒
//默认2秒 单位 毫秒
需要在初始化接口调用之前设置
PoolSdkHelper
.
publicSdkSplashShowTime
=
2000
;
```
...
...
doc/公共SDK客户端接入文档_海外.md
View file @
770de10
...
...
@@ -693,7 +693,7 @@ PoolSdkHelper.trackEvent(getApplicationContext(), PoolEventType.POOL_RES_LOADED,
### 2.18、设置闪屏时间(选接) ###
```
java
//默认2秒 单位 毫秒
//默认2秒 单位 毫秒
需要在初始化接口调用之前设置
PoolSdkHelper
.
publicSdkSplashShowTime
=
2000
;
```
...
...
Please
register
or
login
to post a comment