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
youaiPublic
2016-08-19 11:44:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2016-08-19 11:44:55 +0800
Commit
590327dc070cd92bd4548913b9d981d86460abcd
590327dc
1 parent
66de1e17
Update 公共SDK客户端接入文档.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
publicAndroidSDK/doc/公共SDK客户端接入文档.md
publicAndroidSDK/doc/公共SDK客户端接入文档.md
View file @
590327d
...
...
@@ -100,4 +100,17 @@
2.
2.1、方法定义
public static void init(final Activity activity,final PoolSDKCallBackListener callBackListener)
2.
2.2、参数说明
<table>
<tr>
<td>
参数
</td>
<td>
说明
</td>
</tr>
<tr>
<td>
activity
</td>
<td>
Activity 上下文
</td>
</tr>
<tr>
<td>
callBackListener
</td>
<td>
初始化完成回调通知,需实现poolSdkCallBack方法
</td>
</tr>
</table>
...
...
Please
register
or
login
to post a comment