Commit 4714f905 王帅

readme

1 个父辈 947cc0af
...@@ -125,13 +125,13 @@ public class AASDKDemoScript: MonoBehaviour ...@@ -125,13 +125,13 @@ public class AASDKDemoScript: MonoBehaviour
``` ```
# Optional Method # Optional Method
#### 1. Get the status of user authencation #### 1. Get the status of user authencation
0=>No verified 0: No verified
1=>Has been verified 1: Has been verified
2=>Being verified 2: Being verified
3=>Verified failure 3: Verified failure
`antiAddictionSDK.IsAuthenticated()` `antiAddictionSDK.IsAuthenticated()`
...@@ -171,8 +171,10 @@ Add the following parameters into the `info.plist`: ...@@ -171,8 +171,10 @@ Add the following parameters into the `info.plist`:
``` ```
#### 2. Change SDk Background Image #### 2. Change SDk Background Image
The current default screen is as follows: The current default screen is as follows:
Portrait Portrait
<img src='resources/launch_V.jpg' width=150> <img src='resources/launch_V.jpg' width=150>
Landscape Landscape
<img src='resources/launch_H.jpg' width=350> <img src='resources/launch_H.jpg' width=350>
......
...@@ -121,20 +121,20 @@ public class AASDKDemoScript: MonoBehaviour ...@@ -121,20 +121,20 @@ public class AASDKDemoScript: MonoBehaviour
``` ```
# 其他方法 # 其他方法
#### 1. 当前用户实名认证状态: #### 1. 当前用户实名认证状态:
0=>未验证 0: 未验证
1=>验证通过 1: 验证通过
2=>正在验证 2: 正在验证
3=>认证失败 3: 认证失败
`antiAddictionSDK.IsAuthenticated()` `antiAddictionSDK.IsAuthenticated()`
#### 2. 当前用户认证结果: #### 2. 当前用户认证结果:
1=>成年 1: 成年
2=>未成年 2: 未成年
`antiAddictionSDK.AgeGroupOfCurrentUser()` `antiAddictionSDK.AgeGroupOfCurrentUser()`
...@@ -167,8 +167,10 @@ public class AASDKDemoScript: MonoBehaviour ...@@ -167,8 +167,10 @@ public class AASDKDemoScript: MonoBehaviour
#### 2. 自定义防沉迷画面 #### 2. 自定义防沉迷画面
当前SDK默认画面如下: 当前SDK默认画面如下:
竖屏 竖屏
<img src='resources/launch_V.jpg' width=150> <img src='resources/launch_V.jpg' width=150>
横屏 横屏
<img src='resources/launch_H.jpg' width=350> <img src='resources/launch_H.jpg' width=350>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!