feat(doc) : update doc

2.1.1
xiaoyi 2021-05-11 14:12:59 +08:00
parent 69e86bc94a
commit 2beed1ec02
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@
TapBootstrap.GetTestQualification((bool, error)=>{ }): TapBootstrap.GetTestQualification((bool, error)=>{ }):
``` ```
* 通过 TapConfig 进行初始化配置 * 通过 TapConfig 进行初始化配置
* 新增 TapDBConfig 用于 TapDB 初始化配置
* 新增 ClientSecret 用于 TapSDK 初始化
```c# ```c#
//建议使用以下 TapConfig 构造方法进行初始化 //建议使用以下 TapConfig 构造方法进行初始化
var config = new TapConfig.Builder() var config = new TapConfig.Builder()
@ -24,6 +26,7 @@
* LoginType 删除 Apple、Guest 登陆方式 * LoginType 删除 Apple、Guest 登陆方式
* TDS-Info.plist 删除 Apple_SignIn_Enable 配置 * TDS-Info.plist 删除 Apple_SignIn_Enable 配置
* 废弃 Bind 接口 * 废弃 Bind 接口
* TapConfig 构造方法参数修改
### Dependencies ### Dependencies