com.tapsdk.antiaddiction 3.28.0 → 3.28.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Plugins/Android/AntiAddictionUI_3.28.3.aar +0 -0
- package/Plugins/Android/{AntiAddictionUI_3.28.0.aar.meta → AntiAddictionUI_3.28.3.aar.meta} +1 -1
- package/Plugins/Android/AntiAddiction_3.28.3.aar +0 -0
- package/Plugins/Android/{AntiAddiction_3.28.0.aar.meta → AntiAddiction_3.28.3.aar.meta} +1 -1
- package/Plugins/iOS/AntiAddictionService.framework/AntiAddictionService +0 -0
- package/Plugins/iOS/AntiAddictionUI.framework/AntiAddictionUI +0 -0
- package/Plugins/iOS/AntiAddictionUI.framework/Headers/AntiAddiction.h +1 -1
- package/Plugins/iOS/AntiAddictionUI.framework/Headers/AntiAddictionUI.h +2 -2
- package/package.json +2 -2
- package/Plugins/Android/AntiAddictionUI_3.28.0.aar +0 -0
- package/Plugins/Android/AntiAddiction_3.28.0.aar +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
16
16
|
|
|
17
17
|
typedef NS_ENUM(NSInteger, AntiAddictionResultHandlerCode) {
|
|
18
18
|
AntiAddictionResultHandlerLoginSuccess = 500, //登录成功
|
|
19
|
-
AntiAddictionResultHandlerExited = 1000,
|
|
19
|
+
AntiAddictionResultHandlerExited = 1000, //登出成功
|
|
20
20
|
AntiAddictionResultHandlerSwitchAccount = 1001, // 切换账号
|
|
21
21
|
AntiAddictionResultHandlerPeriodRestrict = 1030, // 达到宵禁时间,不可玩游戏
|
|
22
22
|
AntiAddictionResultHandlerDurationLimit = 1050, // 可玩时长耗尽,不可玩游戏
|
|
@@ -15,8 +15,8 @@ FOUNDATION_EXPORT const unsigned char AntiAddictionUIVersionString[];
|
|
|
15
15
|
|
|
16
16
|
// In this header, you should import all the public headers of your framework using statements like #import <AntiAddictionUI/PublicHeader.h>
|
|
17
17
|
|
|
18
|
-
#define AntiAddictionSDK_VERSION_NUMBER @"
|
|
19
|
-
#define AntiAddictionSDK_VERSION @"3.
|
|
18
|
+
#define AntiAddictionSDK_VERSION_NUMBER @"32803001"
|
|
19
|
+
#define AntiAddictionSDK_VERSION @"3.28.3"
|
|
20
20
|
|
|
21
21
|
#import <AntiAddictionUI/AntiAddictionConfig.h>
|
|
22
22
|
#import <AntiAddictionUI/AntiAddiction.h>
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "com.tapsdk.antiaddiction",
|
|
3
3
|
"displayName": "AntiAddiction",
|
|
4
4
|
"description": "AntiAddiction Service",
|
|
5
|
-
"version": "3.28.
|
|
5
|
+
"version": "3.28.3",
|
|
6
6
|
"unity": "2019.4",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.taptap.tds.common": "3.28.
|
|
9
|
+
"com.taptap.tds.common": "3.28.3"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
Binary file
|
|
Binary file
|