com.xd.sdk.tap 0.0.6-xd.1
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/Compliance/Mobile/Editor/TapComplianceMobileProcessBuild.cs +21 -0
- package/Compliance/Mobile/Editor/TapComplianceMobileProcessBuild.cs.meta +3 -0
- package/Compliance/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef +17 -0
- package/Compliance/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef.meta +7 -0
- package/Compliance/Mobile/Editor/iOS/BuidPostProcessor.cs +45 -0
- package/Compliance/Mobile/Editor/iOS/BuidPostProcessor.cs.meta +11 -0
- package/Compliance/Mobile/Editor/iOS.meta +8 -0
- package/Compliance/Mobile/Editor.meta +8 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileBridge.cs +320 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileBridge.cs.meta +11 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileOldJob.cs +82 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileOldJob.cs.meta +11 -0
- package/Compliance/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef +19 -0
- package/Compliance/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef.meta +7 -0
- package/Compliance/Mobile/Runtime.meta +3 -0
- package/Compliance/Mobile.meta +8 -0
- package/Compliance/Resources/BillingMode.json +1 -0
- package/Compliance/Resources/BillingMode.json.meta +7 -0
- package/Compliance/Resources/Config/ComplianceLocalization.json +116 -0
- package/Compliance/Resources/Config/ComplianceLocalization.json.meta +7 -0
- package/Compliance/Resources/Config.meta +8 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab +803 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab +820 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab +988 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab +3176 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile.meta +8 -0
- package/Compliance/Resources/Prefabs.meta +8 -0
- package/Compliance/Resources/Textures/Background.png +0 -0
- package/Compliance/Resources/Textures/Background.png.meta +128 -0
- package/Compliance/Resources/Textures/Button.png +0 -0
- package/Compliance/Resources/Textures/Button.png.meta +128 -0
- package/Compliance/Resources/Textures/Checkmark.png +0 -0
- package/Compliance/Resources/Textures/Checkmark.png.meta +128 -0
- package/Compliance/Resources/Textures/Dropdown.png +0 -0
- package/Compliance/Resources/Textures/Dropdown.png.meta +128 -0
- package/Compliance/Resources/Textures/DropdownH.png +0 -0
- package/Compliance/Resources/Textures/DropdownH.png.meta +128 -0
- package/Compliance/Resources/Textures/Loading.png +0 -0
- package/Compliance/Resources/Textures/Loading.png.meta +128 -0
- package/Compliance/Resources/Textures/On.png +0 -0
- package/Compliance/Resources/Textures/On.png.meta +128 -0
- package/Compliance/Resources/Textures/Scrollview.png +0 -0
- package/Compliance/Resources/Textures/Scrollview.png.meta +128 -0
- package/Compliance/Resources/Textures/WhiteButton.png +0 -0
- package/Compliance/Resources/Textures/WhiteButton.png.meta +128 -0
- package/Compliance/Resources/Textures/error_tip.png +0 -0
- package/Compliance/Resources/Textures/error_tip.png.meta +128 -0
- package/Compliance/Resources/Textures/off.png +0 -0
- package/Compliance/Resources/Textures/off.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-input.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-input.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-mobile-button.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-mobile-button.png.meta +128 -0
- package/Compliance/Resources/Textures.meta +8 -0
- package/Compliance/Resources.meta +8 -0
- package/Compliance/Runtime/Internal/ComplianceJobManager.cs +86 -0
- package/Compliance/Runtime/Internal/ComplianceJobManager.cs.meta +11 -0
- package/Compliance/Runtime/Internal/ComplianceResult.cs +89 -0
- package/Compliance/Runtime/Internal/ComplianceResult.cs.meta +3 -0
- package/Compliance/Runtime/Internal/IComplianceJob.cs +52 -0
- package/Compliance/Runtime/Internal/IComplianceJob.cs.meta +11 -0
- package/Compliance/Runtime/Internal/Init/ComplianceInitTask.cs +46 -0
- package/Compliance/Runtime/Internal/Init/ComplianceInitTask.cs.meta +3 -0
- package/Compliance/Runtime/Internal/Init.meta +3 -0
- package/Compliance/Runtime/Internal/Model/StartUpResult.cs +28 -0
- package/Compliance/Runtime/Internal/Model/StartUpResult.cs.meta +11 -0
- package/Compliance/Runtime/Internal/Model.meta +8 -0
- package/Compliance/Runtime/Internal.meta +8 -0
- package/Compliance/Runtime/Public/TapTapCompliance.cs +123 -0
- package/Compliance/Runtime/Public/TapTapCompliance.cs.meta +11 -0
- package/Compliance/Runtime/Public/TapTapComplianceOption.cs +48 -0
- package/Compliance/Runtime/Public/TapTapComplianceOption.cs.meta +3 -0
- package/Compliance/Runtime/Public.meta +3 -0
- package/Compliance/Runtime/TapSDK.Compliance.Runtime.asmdef +16 -0
- package/Compliance/Runtime/TapSDK.Compliance.Runtime.asmdef.meta +7 -0
- package/Compliance/Runtime.meta +3 -0
- package/Compliance/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs +20 -0
- package/Compliance/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs.meta +3 -0
- package/Compliance/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef +17 -0
- package/Compliance/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef.meta +7 -0
- package/Compliance/Standalone/Editor.meta +3 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab +835 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab +1646 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab +1591 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab +897 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab +1065 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone.meta +8 -0
- package/Compliance/Standalone/Resources/Prefabs.meta +8 -0
- package/Compliance/Standalone/Resources/Textures/QuickVerifyTip.png +0 -0
- package/Compliance/Standalone/Resources/Textures/QuickVerifyTip.png.meta +128 -0
- package/Compliance/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
- package/Compliance/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
- package/Compliance/Standalone/Resources/Textures.meta +8 -0
- package/Compliance/Standalone/Resources.meta +8 -0
- package/Compliance/Standalone/Runtime/ComplianceWorker.cs +464 -0
- package/Compliance/Standalone/Runtime/ComplianceWorker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs +58 -0
- package/Compliance/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs.meta +3 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceConst.cs +73 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceConst.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceException.cs +24 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceException.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceNewJob.cs +303 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceNewJob.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/CompliancePoll.cs +137 -0
- package/Compliance/Standalone/Runtime/Internal/CompliancePoll.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Config.cs +136 -0
- package/Compliance/Standalone/Runtime/Internal/Config.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs +118 -0
- package/Compliance/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Http.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Model/BaseResponse.cs +14 -0
- package/Compliance/Standalone/Runtime/Internal/Model/BaseResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ErrorResponse.cs +27 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ErrorResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Payable.cs +23 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Payable.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Playable.cs +48 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Playable.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/RealNameConfig.cs +73 -0
- package/Compliance/Standalone/Runtime/Internal/Model/RealNameConfig.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ServerTime.cs +19 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ServerTime.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/StandaloneResponse.cs +12 -0
- package/Compliance/Standalone/Runtime/Internal/Model/StandaloneResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/SubmitPayment.cs +8 -0
- package/Compliance/Standalone/Runtime/Internal/Model/SubmitPayment.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs +109 -0
- package/Compliance/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Verification.cs +89 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Verification.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Network.cs +261 -0
- package/Compliance/Standalone/Runtime/Internal/Network.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Persistence.cs +103 -0
- package/Compliance/Standalone/Runtime/Internal/Persistence.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapComplianceUI.cs +68 -0
- package/Compliance/Standalone/Runtime/Internal/TapComplianceUI.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs +24 -0
- package/Compliance/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapTapComplianceManager.cs +269 -0
- package/Compliance/Standalone/Runtime/Internal/TapTapComplianceManager.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tool.cs +212 -0
- package/Compliance/Standalone/Runtime/Internal/Tool.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker/TapComplianceTracker.cs +109 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker/TapComplianceTracker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs +81 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs +120 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs.meta +3 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs +105 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs +130 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs +251 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs +46 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/UI.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Verification.cs +304 -0
- package/Compliance/Standalone/Runtime/Internal/Verification.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs +537 -0
- package/Compliance/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Worker.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal.meta +3 -0
- package/Compliance/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef +26 -0
- package/Compliance/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef.meta +3 -0
- package/Compliance/Standalone/Runtime/gen/ComplianceLocalizationItems.cs +121 -0
- package/Compliance/Standalone/Runtime/gen/ComplianceLocalizationItems.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/gen.meta +8 -0
- package/Compliance/Standalone/Runtime.meta +3 -0
- package/Compliance/Standalone.meta +3 -0
- package/Compliance/link.xml +5 -0
- package/Compliance/link.xml.meta +7 -0
- package/Compliance.meta +8 -0
- package/Core/Editor/BuildTargetUtils.cs +14 -0
- package/Core/Editor/BuildTargetUtils.cs.meta +11 -0
- package/Core/Editor/LinkXMLGenerator.cs +70 -0
- package/Core/Editor/LinkXMLGenerator.cs.meta +11 -0
- package/Core/Editor/Plist.cs +954 -0
- package/Core/Editor/Plist.cs.meta +3 -0
- package/Core/Editor/SDKLinkProcessBuild.cs +119 -0
- package/Core/Editor/SDKLinkProcessBuild.cs.meta +11 -0
- package/Core/Editor/TapFileHelper.cs +168 -0
- package/Core/Editor/TapFileHelper.cs.meta +3 -0
- package/Core/Editor/TapSDK.Core.Editor.asmdef +15 -0
- package/Core/Editor/TapSDK.Core.Editor.asmdef.meta +7 -0
- package/Core/Editor/TapSDKCoreCompile.cs +299 -0
- package/Core/Editor/TapSDKCoreCompile.cs.meta +3 -0
- package/Core/Editor/TapSDKCoreIOSProcessor.cs +74 -0
- package/Core/Editor/TapSDKCoreIOSProcessor.cs.meta +3 -0
- package/Core/Editor/UI/ScrollViewEditor.cs +267 -0
- package/Core/Editor/UI/ScrollViewEditor.cs.meta +12 -0
- package/Core/Editor/UI/ScrollViewExEditor.cs +34 -0
- package/Core/Editor/UI/ScrollViewExEditor.cs.meta +12 -0
- package/Core/Editor/UI/TapSDK.UI.Editor.asmdef +17 -0
- package/Core/Editor/UI/TapSDK.UI.Editor.asmdef.meta +7 -0
- package/Core/Editor/UI.meta +9 -0
- package/Core/Editor.meta +8 -0
- package/Core/Mobile/Editor/TapCommonMobileProcessBuild.cs +20 -0
- package/Core/Mobile/Editor/TapCommonMobileProcessBuild.cs.meta +11 -0
- package/Core/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef +17 -0
- package/Core/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef.meta +7 -0
- package/Core/Mobile/Editor.meta +8 -0
- package/Core/Mobile/Runtime/AndroidNativeWrapper.cs +51 -0
- package/Core/Mobile/Runtime/AndroidNativeWrapper.cs.meta +11 -0
- package/Core/Mobile/Runtime/Bridge.cs +84 -0
- package/Core/Mobile/Runtime/Bridge.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeAndroid.cs +74 -0
- package/Core/Mobile/Runtime/BridgeAndroid.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeCallback.cs +35 -0
- package/Core/Mobile/Runtime/BridgeCallback.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeIOS.cs +112 -0
- package/Core/Mobile/Runtime/BridgeIOS.cs.meta +11 -0
- package/Core/Mobile/Runtime/Command.cs +119 -0
- package/Core/Mobile/Runtime/Command.cs.meta +11 -0
- package/Core/Mobile/Runtime/Constants.cs +9 -0
- package/Core/Mobile/Runtime/Constants.cs.meta +11 -0
- package/Core/Mobile/Runtime/EngineBridgeInitializer.cs +34 -0
- package/Core/Mobile/Runtime/EngineBridgeInitializer.cs.meta +11 -0
- package/Core/Mobile/Runtime/IBridge.cs +15 -0
- package/Core/Mobile/Runtime/IBridge.cs.meta +11 -0
- package/Core/Mobile/Runtime/IOSNativeWrapper.cs +50 -0
- package/Core/Mobile/Runtime/IOSNativeWrapper.cs.meta +11 -0
- package/Core/Mobile/Runtime/Result.cs +37 -0
- package/Core/Mobile/Runtime/Result.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapCoreMobile.cs +77 -0
- package/Core/Mobile/Runtime/TapCoreMobile.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapEventMobile.cs +291 -0
- package/Core/Mobile/Runtime/TapEventMobile.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef +18 -0
- package/Core/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef.meta +7 -0
- package/Core/Mobile/Runtime/TapUUID.cs +9 -0
- package/Core/Mobile/Runtime/TapUUID.cs.meta +11 -0
- package/Core/Mobile/Runtime.meta +8 -0
- package/Core/Mobile.meta +8 -0
- package/Core/Resources/Fonts/taptap-sdk-bold.ttf +0 -0
- package/Core/Resources/Fonts/taptap-sdk-bold.ttf.meta +22 -0
- package/Core/Resources/Fonts/taptap-sdk.ttf +0 -0
- package/Core/Resources/Fonts/taptap-sdk.ttf.meta +21 -0
- package/Core/Resources/Fonts.meta +8 -0
- package/Core/Resources/Loading.prefab +260 -0
- package/Core/Resources/Loading.prefab.meta +7 -0
- package/Core/Resources/TapCommonTip.prefab +194 -0
- package/Core/Resources/TapCommonTip.prefab.meta +7 -0
- package/Core/Resources/TapCommonToastBlack.prefab +528 -0
- package/Core/Resources/TapCommonToastBlack.prefab.meta +7 -0
- package/Core/Resources/TapCommonToastWhite.prefab +411 -0
- package/Core/Resources/TapCommonToastWhite.prefab.meta +7 -0
- package/Core/Resources/TapMessage.prefab +352 -0
- package/Core/Resources/TapMessage.prefab.meta +10 -0
- package/Core/Resources/TapSDKCommonTapIcon-v2.png +0 -0
- package/Core/Resources/TapSDKCommonTapIcon-v2.png.meta +128 -0
- package/Core/Resources/TapSDKCommonTapIcon.png +0 -0
- package/Core/Resources/TapSDKCommonTapIcon.png.meta +128 -0
- package/Core/Resources/TapSDKCommonToastBg.png +0 -0
- package/Core/Resources/TapSDKCommonToastBg.png.meta +128 -0
- package/Core/Resources/TapSDKConstantUIRoot.prefab +100 -0
- package/Core/Resources/TapSDKConstantUIRoot.prefab.meta +7 -0
- package/Core/Resources/TapSDKUIRoot.prefab +100 -0
- package/Core/Resources/TapSDKUIRoot.prefab.meta +7 -0
- package/Core/Resources/TapTapBtn_White.png +0 -0
- package/Core/Resources/TapTapBtn_White.png.meta +128 -0
- package/Core/Resources/TapTapBtn_White_2.png +0 -0
- package/Core/Resources/TapTapBtn_White_2.png.meta +128 -0
- package/Core/Resources/ToastBackground.png +0 -0
- package/Core/Resources/ToastBackground.png.meta +128 -0
- package/Core/Resources/detail_bg.png +0 -0
- package/Core/Resources/detail_bg.png.meta +92 -0
- package/Core/Resources/success.png +0 -0
- package/Core/Resources/success.png.meta +128 -0
- package/Core/Resources/tap_toast_background.png +0 -0
- package/Core/Resources/tap_toast_background.png.meta +128 -0
- package/Core/Resources/tap_toast_background1.png +0 -0
- package/Core/Resources/tap_toast_background1.png.meta +128 -0
- package/Core/Resources/taptap-bg.png +0 -0
- package/Core/Resources/taptap-bg.png.meta +140 -0
- package/Core/Resources/taptap-close.png +0 -0
- package/Core/Resources/taptap-close.png.meta +146 -0
- package/Core/Resources/taptap-router-v2.png +0 -0
- package/Core/Resources/taptap-router-v2.png.meta +128 -0
- package/Core/Resources/taptap-router.png +0 -0
- package/Core/Resources/taptap-router.png.meta +146 -0
- package/Core/Resources/taptap-sdk-refresh 1.png +0 -0
- package/Core/Resources/taptap-sdk-refresh 1.png.meta +128 -0
- package/Core/Resources/taptap-toast-error.png +0 -0
- package/Core/Resources/taptap-toast-error.png.meta +128 -0
- package/Core/Resources/taptap-toast-info.png +0 -0
- package/Core/Resources/taptap-toast-info.png.meta +128 -0
- package/Core/Resources/taptap-toast-success.png +0 -0
- package/Core/Resources/taptap-toast-success.png.meta +128 -0
- package/Core/Resources/taptap-toast-warning.png +0 -0
- package/Core/Resources/taptap-toast-warning.png.meta +128 -0
- package/Core/Resources.meta +8 -0
- package/Core/Runtime/Internal/Http/TapHttpClient.cs +177 -0
- package/Core/Runtime/Internal/Http/TapHttpClient.cs.meta +11 -0
- package/Core/Runtime/Internal/Http/TapHttpUtils.cs +84 -0
- package/Core/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Http.meta +8 -0
- package/Core/Runtime/Internal/Init/IInitTask.cs +18 -0
- package/Core/Runtime/Internal/Init/IInitTask.cs.meta +11 -0
- package/Core/Runtime/Internal/Init.meta +8 -0
- package/Core/Runtime/Internal/Json/TapJsonConverter.cs +40 -0
- package/Core/Runtime/Internal/Json/TapJsonConverter.cs.meta +11 -0
- package/Core/Runtime/Internal/Json.meta +8 -0
- package/Core/Runtime/Internal/Log/TapLog.cs +150 -0
- package/Core/Runtime/Internal/Log/TapLog.cs.meta +11 -0
- package/Core/Runtime/Internal/Log.meta +8 -0
- package/Core/Runtime/Internal/Platform/ITapCorePlatform.cs +14 -0
- package/Core/Runtime/Internal/Platform/ITapCorePlatform.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform/ITapEventPlatform.cs +44 -0
- package/Core/Runtime/Internal/Platform/ITapEventPlatform.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform/PlatformTypeUtils.cs +42 -0
- package/Core/Runtime/Internal/Platform/PlatformTypeUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform.meta +8 -0
- package/Core/Runtime/Internal/UI/Base/Const.cs +27 -0
- package/Core/Runtime/Internal/UI/Base/Const.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs +240 -0
- package/Core/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/LoadingPanelController.cs +29 -0
- package/Core/Runtime/Internal/UI/Base/LoadingPanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/MonoSingleton.cs +102 -0
- package/Core/Runtime/Internal/UI/Base/MonoSingleton.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/Singleton.cs +29 -0
- package/Core/Runtime/Internal/UI/Base/Singleton.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/TipPanelController.cs +45 -0
- package/Core/Runtime/Internal/UI/Base/TipPanelController.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/ToastBlackPanelController.cs +95 -0
- package/Core/Runtime/Internal/UI/Base/ToastBlackPanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/ToastWhitePanelController.cs +79 -0
- package/Core/Runtime/Internal/UI/Base/ToastWhitePanelController.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/UIManager.cs +725 -0
- package/Core/Runtime/Internal/UI/Base/UIManager.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base.meta +8 -0
- package/Core/Runtime/Internal/UI/BasePanel/BasePanelController.cs +386 -0
- package/Core/Runtime/Internal/UI/BasePanel/BasePanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/BasePanel.meta +8 -0
- package/Core/Runtime/Internal/UI/Params/BasePanelConfig.cs +18 -0
- package/Core/Runtime/Internal/UI/Params/BasePanelConfig.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Params/IOpenPanelParameter.cs +7 -0
- package/Core/Runtime/Internal/UI/Params/IOpenPanelParameter.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Params.meta +8 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs +76 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool.meta +9 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs +828 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs +245 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView.meta +9 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx.meta +8 -0
- package/Core/Runtime/Internal/UI.meta +8 -0
- package/Core/Runtime/Internal/Utils/BridgeUtils.cs +148 -0
- package/Core/Runtime/Internal/Utils/BridgeUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/EventManager.cs +47 -0
- package/Core/Runtime/Internal/Utils/EventManager.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/ImageUtils.cs +158 -0
- package/Core/Runtime/Internal/Utils/ImageUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/TapLoom.cs +172 -0
- package/Core/Runtime/Internal/Utils/TapLoom.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/TapMessage.cs +69 -0
- package/Core/Runtime/Internal/Utils/TapMessage.cs.meta +13 -0
- package/Core/Runtime/Internal/Utils/TapVerifyInitStateUtils.cs +21 -0
- package/Core/Runtime/Internal/Utils/TapVerifyInitStateUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/UrlUtils.cs +34 -0
- package/Core/Runtime/Internal/Utils/UrlUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils.meta +8 -0
- package/Core/Runtime/Internal.meta +8 -0
- package/Core/Runtime/Public/DataStorage.cs +173 -0
- package/Core/Runtime/Public/DataStorage.cs.meta +11 -0
- package/Core/Runtime/Public/ITapPropertiesProxy.cs +6 -0
- package/Core/Runtime/Public/ITapPropertiesProxy.cs.meta +11 -0
- package/Core/Runtime/Public/Json.cs +636 -0
- package/Core/Runtime/Public/Json.cs.meta +11 -0
- package/Core/Runtime/Public/Log/TapLogLevel.cs +7 -0
- package/Core/Runtime/Public/Log/TapLogLevel.cs.meta +11 -0
- package/Core/Runtime/Public/Log/TapLogger.cs +48 -0
- package/Core/Runtime/Public/Log/TapLogger.cs.meta +11 -0
- package/Core/Runtime/Public/Log.meta +8 -0
- package/Core/Runtime/Public/Platform.cs +27 -0
- package/Core/Runtime/Public/Platform.cs.meta +11 -0
- package/Core/Runtime/Public/RegionType.cs +8 -0
- package/Core/Runtime/Public/RegionType.cs.meta +11 -0
- package/Core/Runtime/Public/SafeDictionary.cs +27 -0
- package/Core/Runtime/Public/SafeDictionary.cs.meta +11 -0
- package/Core/Runtime/Public/TapEngineBridgeResult.cs +14 -0
- package/Core/Runtime/Public/TapEngineBridgeResult.cs.meta +3 -0
- package/Core/Runtime/Public/TapError.cs +62 -0
- package/Core/Runtime/Public/TapError.cs.meta +11 -0
- package/Core/Runtime/Public/TapErrorCode.cs +44 -0
- package/Core/Runtime/Public/TapErrorCode.cs.meta +11 -0
- package/Core/Runtime/Public/TapException.cs +24 -0
- package/Core/Runtime/Public/TapException.cs.meta +11 -0
- package/Core/Runtime/Public/TapLanguage.cs +21 -0
- package/Core/Runtime/Public/TapLanguage.cs.meta +11 -0
- package/Core/Runtime/Public/TapLocalizeManager.cs +128 -0
- package/Core/Runtime/Public/TapLocalizeManager.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapEvent.cs +107 -0
- package/Core/Runtime/Public/TapTapEvent.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapSDK.cs +150 -0
- package/Core/Runtime/Public/TapTapSDK.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapSdkOptions.cs +167 -0
- package/Core/Runtime/Public/TapTapSdkOptions.cs.meta +11 -0
- package/Core/Runtime/Public.meta +8 -0
- package/Core/Runtime/TapSDK.Core.Runtime.asmdef +3 -0
- package/Core/Runtime/TapSDK.Core.Runtime.asmdef.meta +7 -0
- package/Core/Runtime.meta +8 -0
- package/Core/Standalone/Editor/TapCoreStandaloneProcessBuild.cs +20 -0
- package/Core/Standalone/Editor/TapCoreStandaloneProcessBuild.cs.meta +11 -0
- package/Core/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef +17 -0
- package/Core/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef.meta +7 -0
- package/Core/Standalone/Editor.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist +46 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo +0 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources +115 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle.meta +33 -0
- package/Core/Standalone/Plugins/macOS/libtapsdkcorecpp.dylib +0 -0
- package/Core/Standalone/Plugins/macOS/libtapsdkcorecpp.dylib.meta +80 -0
- package/Core/Standalone/Plugins/macOS.meta +8 -0
- package/Core/Standalone/Plugins/x86/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86/tapsdkcore.dll.meta +63 -0
- package/Core/Standalone/Plugins/x86.meta +8 -0
- package/Core/Standalone/Plugins/x86_64/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/tapsdkcore.dll.meta +63 -0
- package/Core/Standalone/Plugins/x86_64/taptap_api.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/taptap_api.dll.meta +80 -0
- package/Core/Standalone/Plugins/x86_64.meta +8 -0
- package/Core/Standalone/Plugins.meta +8 -0
- package/Core/Standalone/Resources/Prefabs/TapClient/TapClientConnectTipPanel.prefab +983 -0
- package/Core/Standalone/Resources/Prefabs/TapClient/TapClientConnectTipPanel.prefab.meta +7 -0
- package/Core/Standalone/Resources/Prefabs/TapClient.meta +8 -0
- package/Core/Standalone/Resources/Prefabs.meta +8 -0
- package/Core/Standalone/Resources/Texures/TapClientConnectError.png +0 -0
- package/Core/Standalone/Resources/Texures/TapClientConnectError.png.meta +128 -0
- package/Core/Standalone/Resources/Texures.meta +8 -0
- package/Core/Standalone/Resources.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Bean/TapGatekeeper.cs +42 -0
- package/Core/Standalone/Runtime/Internal/Bean/TapGatekeeper.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Bean.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Constants.cs +20 -0
- package/Core/Standalone/Runtime/Internal/Constants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/DeviceInfo.cs +137 -0
- package/Core/Standalone/Runtime/Internal/DeviceInfo.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/EventSender.cs +266 -0
- package/Core/Standalone/Runtime/Internal/EventSender.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttp.cs +437 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttp.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpBuilder.cs +92 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpBuilder.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpErrorConstants.cs +114 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpErrorConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpException.cs +79 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpException.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpParser.cs +136 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpParser.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResponse.cs +37 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResponse.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResult.cs +99 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResult.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpRetryStrategy.cs +237 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpRetryStrategy.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpSign.cs +141 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpSign.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpUtils.cs +196 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Identity.cs +43 -0
- package/Core/Standalone/Runtime/Internal/Identity.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapAppDurationStandalone.cs +121 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapAppDurationStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapCoreTracker.cs +107 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapCoreTracker.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogParamConstants.cs +102 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogParamConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStandalone.cs +234 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStartParamConstants.cs +23 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStartParamConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogWrapper.cs +178 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogWrapper.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog.meta +8 -0
- package/Core/Standalone/Runtime/Internal/PlayRecorder.cs +53 -0
- package/Core/Standalone/Runtime/Internal/PlayRecorder.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Prefs.cs +97 -0
- package/Core/Standalone/Runtime/Internal/Prefs.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridge.cs +315 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridge.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridgePoll.cs +35 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridgePoll.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Tracker.cs +319 -0
- package/Core/Standalone/Runtime/Internal/Tracker.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI/TapClientConnectTipController.cs +59 -0
- package/Core/Standalone/Runtime/Internal/UI/TapClientConnectTipController.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI/TapUnderLineText.cs +76 -0
- package/Core/Standalone/Runtime/Internal/UI/TapUnderLineText.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI.meta +8 -0
- package/Core/Standalone/Runtime/Internal/User.cs +51 -0
- package/Core/Standalone/Runtime/Internal/User.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/service/ITapLoginService.cs +9 -0
- package/Core/Standalone/Runtime/Internal/service/ITapLoginService.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/service.meta +8 -0
- package/Core/Standalone/Runtime/Internal.meta +8 -0
- package/Core/Standalone/Runtime/Public/TapClientStandalone.cs +352 -0
- package/Core/Standalone/Runtime/Public/TapClientStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public/TapCoreStandalone.cs +257 -0
- package/Core/Standalone/Runtime/Public/TapCoreStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public/TapEventStandalone.cs +419 -0
- package/Core/Standalone/Runtime/Public/TapEventStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public.meta +8 -0
- package/Core/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef +20 -0
- package/Core/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef.meta +7 -0
- package/Core/Standalone/Runtime.meta +8 -0
- package/Core/Standalone.meta +8 -0
- package/Core/link.xml +4 -0
- package/Core/link.xml.meta +7 -0
- package/Core.meta +8 -0
- package/Editor/Android/TapWrapperAndroidGradleProcessor.cs +38 -0
- package/Editor/Android/TapWrapperAndroidGradleProcessor.cs.meta +11 -0
- package/Editor/Android.meta +8 -0
- package/Editor.meta +8 -0
- package/License/Mobile/Editor/TapLicenseMobileProcessBuild.cs +20 -0
- package/License/Mobile/Editor/TapLicenseMobileProcessBuild.cs.meta +11 -0
- package/License/Mobile/Editor/TapSDK.License.Mobile.Editor.asmdef +17 -0
- package/License/Mobile/Editor/TapSDK.License.Mobile.Editor.asmdef.meta +7 -0
- package/License/Mobile/Editor.meta +8 -0
- package/License/Mobile/Runtime/TapLicenseMobile.cs +164 -0
- package/License/Mobile/Runtime/TapLicenseMobile.cs.meta +11 -0
- package/License/Mobile/Runtime/TapSDK.License.Mobile.Runtime.asmdef +19 -0
- package/License/Mobile/Runtime/TapSDK.License.Mobile.Runtime.asmdef.meta +7 -0
- package/License/Mobile/Runtime.meta +8 -0
- package/License/Mobile.meta +8 -0
- package/License/Runtime/Internal/ITapLicenseBridge.cs +21 -0
- package/License/Runtime/Internal/ITapLicenseBridge.cs.meta +11 -0
- package/License/Runtime/Internal/TapLicenseInitTask.cs +22 -0
- package/License/Runtime/Internal/TapLicenseInitTask.cs.meta +11 -0
- package/License/Runtime/Internal.meta +8 -0
- package/License/Runtime/Public/ITapDlcCallback.cs +8 -0
- package/License/Runtime/Public/ITapDlcCallback.cs.meta +11 -0
- package/License/Runtime/Public/ITapLicenseCallback.cs +8 -0
- package/License/Runtime/Public/ITapLicenseCallback.cs.meta +11 -0
- package/License/Runtime/Public/TapLicenseCode.cs +48 -0
- package/License/Runtime/Public/TapLicenseCode.cs.meta +11 -0
- package/License/Runtime/Public/TapTapLicense.cs +60 -0
- package/License/Runtime/Public/TapTapLicense.cs.meta +11 -0
- package/License/Runtime/Public.meta +8 -0
- package/License/Runtime/TapSDK.License.Runtime.asmdef +19 -0
- package/License/Runtime/TapSDK.License.Runtime.asmdef.meta +7 -0
- package/License/Runtime.meta +8 -0
- package/License/Standalone/Editor/TapLicenseStandaloneProcessBuild.cs +20 -0
- package/License/Standalone/Editor/TapLicenseStandaloneProcessBuild.cs.meta +11 -0
- package/License/Standalone/Editor/TapSDK.License.Standalone.Editor.asmdef +17 -0
- package/License/Standalone/Editor/TapSDK.License.Standalone.Editor.asmdef.meta +7 -0
- package/License/Standalone/Editor.meta +8 -0
- package/License/Standalone/Runtime/TapLicenseStandalone.cs +229 -0
- package/License/Standalone/Runtime/TapLicenseStandalone.cs.meta +11 -0
- package/License/Standalone/Runtime/TapLicenseTracker.cs +106 -0
- package/License/Standalone/Runtime/TapLicenseTracker.cs.meta +11 -0
- package/License/Standalone/Runtime/TapSDK.License.Standalone.Runtime.asmdef +20 -0
- package/License/Standalone/Runtime/TapSDK.License.Standalone.Runtime.asmdef.meta +7 -0
- package/License/Standalone/Runtime.meta +8 -0
- package/License/Standalone.meta +8 -0
- package/License/link.xml +4 -0
- package/License/link.xml.meta +7 -0
- package/License.meta +8 -0
- package/Login/Mobile/Editor/TapLoginIOSProcessor.cs +91 -0
- package/Login/Mobile/Editor/TapLoginIOSProcessor.cs.meta +11 -0
- package/Login/Mobile/Editor/TapLoginMobileProcessBuild.cs +20 -0
- package/Login/Mobile/Editor/TapLoginMobileProcessBuild.cs.meta +11 -0
- package/Login/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef +17 -0
- package/Login/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef.meta +7 -0
- package/Login/Mobile/Editor.meta +8 -0
- package/Login/Mobile/Runtime/AccountWrapper.cs +32 -0
- package/Login/Mobile/Runtime/AccountWrapper.cs.meta +3 -0
- package/Login/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef +20 -0
- package/Login/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef.meta +7 -0
- package/Login/Mobile/Runtime/TapTapLoginImpl.cs +84 -0
- package/Login/Mobile/Runtime/TapTapLoginImpl.cs.meta +3 -0
- package/Login/Mobile/Runtime.meta +8 -0
- package/Login/Mobile.meta +8 -0
- package/Login/Plugins/iOS/TapTapSDKLoginAppDelegate.mm +41 -0
- package/Login/Plugins/iOS/TapTapSDKLoginAppDelegate.mm.meta +37 -0
- package/Login/Plugins/iOS.meta +8 -0
- package/Login/Plugins/zxing.unity.dll +0 -0
- package/Login/Plugins/zxing.unity.dll.meta +33 -0
- package/Login/Plugins.meta +8 -0
- package/Login/Runtime/Internal/ITapTapLoginPlatform.cs +15 -0
- package/Login/Runtime/Internal/ITapTapLoginPlatform.cs.meta +3 -0
- package/Login/Runtime/Internal/Init/LoginInitTask.cs +20 -0
- package/Login/Runtime/Internal/Init/LoginInitTask.cs.meta +11 -0
- package/Login/Runtime/Internal/Init.meta +8 -0
- package/Login/Runtime/Internal/Region.cs +86 -0
- package/Login/Runtime/Internal/Region.cs.meta +11 -0
- package/Login/Runtime/Internal/TapTapLoginManager.cs +38 -0
- package/Login/Runtime/Internal/TapTapLoginManager.cs.meta +3 -0
- package/Login/Runtime/Internal.meta +8 -0
- package/Login/Runtime/Public/AccessToken.cs +83 -0
- package/Login/Runtime/Public/AccessToken.cs.meta +11 -0
- package/Login/Runtime/Public/Profile.cs +51 -0
- package/Login/Runtime/Public/Profile.cs.meta +11 -0
- package/Login/Runtime/Public/TapTapAccount.cs +70 -0
- package/Login/Runtime/Public/TapTapAccount.cs.meta +3 -0
- package/Login/Runtime/Public/TapTapLogin.cs +42 -0
- package/Login/Runtime/Public/TapTapLogin.cs.meta +3 -0
- package/Login/Runtime/Public/TapTapSdk.cs +21 -0
- package/Login/Runtime/Public/TapTapSdk.cs.meta +11 -0
- package/Login/Runtime/Public.meta +8 -0
- package/Login/Runtime/TapSDK.Login.Runtime.asmdef +15 -0
- package/Login/Runtime/TapSDK.Login.Runtime.asmdef.meta +7 -0
- package/Login/Runtime.meta +8 -0
- package/Login/Standalone/Editor/TapLoginStandaloneProcessBuild.cs +22 -0
- package/Login/Standalone/Editor/TapLoginStandaloneProcessBuild.cs.meta +11 -0
- package/Login/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef +17 -0
- package/Login/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef.meta +7 -0
- package/Login/Standalone/Editor.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab +811 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab +820 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab +314 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab +1501 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/Tips.prefab +286 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/Tips.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab +485 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab +514 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab +988 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab +175 -0
- package/Login/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs.meta +8 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-android.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-android.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-ios.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-ios.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-android.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-android.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-ios.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-ios.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/taptap-client-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-client-bg.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/taptap-divider.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-divider.png.meta +146 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-button-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-button-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-tips-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-tips-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-logo.png.meta +130 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-error.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-error.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-info.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-info.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-success.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-success.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-warning.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-warning.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-cancel.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-cancel.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-guide.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-guide.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-logo.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-log-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-log-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-logo.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login.png.meta +146 -0
- package/Login/Standalone/Resources/Sprites.meta +8 -0
- package/Login/Standalone/Resources.meta +8 -0
- package/Login/Standalone/Runtime/Internal/ContainerWindow.cs +67 -0
- package/Login/Standalone/Runtime/Internal/ContainerWindow.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/LoginLanguage.cs +1117 -0
- package/Login/Standalone/Runtime/Internal/LoginLanguage.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/Tracker/TapLoginTracker.cs +114 -0
- package/Login/Standalone/Runtime/Internal/Tracker/TapLoginTracker.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/Tracker.meta +8 -0
- package/Login/Standalone/Runtime/Internal/UI.cs +22 -0
- package/Login/Standalone/Runtime/Internal/UI.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIAnimator.cs +77 -0
- package/Login/Standalone/Runtime/Internal/UIAnimator.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIBase.cs +27 -0
- package/Login/Standalone/Runtime/Internal/UIBase.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIElement.cs +185 -0
- package/Login/Standalone/Runtime/Internal/UIElement.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIManager.cs +101 -0
- package/Login/Standalone/Runtime/Internal/UIManager.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/WebLoginRequestManager.cs +186 -0
- package/Login/Standalone/Runtime/Internal/WebLoginRequestManager.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/AccountManager.cs +113 -0
- package/Login/Standalone/Runtime/Internal2/AccountManager.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs +13 -0
- package/Login/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs +23 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs +17 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs +28 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/Http/TapLoginSign.cs +27 -0
- package/Login/Standalone/Runtime/Internal2/Http/TapLoginSign.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/LoginService.cs +192 -0
- package/Login/Standalone/Runtime/Internal2/LoginService.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/QRCodeUtils.cs +50 -0
- package/Login/Standalone/Runtime/Internal2/QRCodeUtils.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginClientBridge.cs +87 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginClientBridge.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginService.cs +45 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginService.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs +439 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs +20 -0
- package/Login/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/LoginPanelController.cs +72 -0
- package/Login/Standalone/Runtime/Internal2/UI/LoginPanelController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/QRCodeController.cs +180 -0
- package/Login/Standalone/Runtime/Internal2/UI/QRCodeController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/TitleController.cs +20 -0
- package/Login/Standalone/Runtime/Internal2/UI/TitleController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/WebController.cs +128 -0
- package/Login/Standalone/Runtime/Internal2/UI/WebController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI.meta +8 -0
- package/Login/Standalone/Runtime/Internal2.meta +8 -0
- package/Login/Standalone/Runtime/Public/IAuthorizationProvider.cs +9 -0
- package/Login/Standalone/Runtime/Public/IAuthorizationProvider.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public/IComplianceProvider.cs +7 -0
- package/Login/Standalone/Runtime/Public/IComplianceProvider.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public/TapTapLoginStandalone.cs +51 -0
- package/Login/Standalone/Runtime/Public/TapTapLoginStandalone.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public.meta +8 -0
- package/Login/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef +24 -0
- package/Login/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef.meta +7 -0
- package/Login/Standalone/Runtime.meta +8 -0
- package/Login/Standalone.meta +8 -0
- package/Login/link.xml +4 -0
- package/Login/link.xml.meta +7 -0
- package/Login.meta +8 -0
- package/Moment/Mobile/Editor/TapMomentIOSProcessor.cs +49 -0
- package/Moment/Mobile/Editor/TapMomentIOSProcessor.cs.meta +3 -0
- package/Moment/Mobile/Editor/TapMomentMobileProcessBuild.cs +20 -0
- package/Moment/Mobile/Editor/TapMomentMobileProcessBuild.cs.meta +11 -0
- package/Moment/Mobile/Editor/TapTap.Moment.Mobile.Editor.asmdef +17 -0
- package/Moment/Mobile/Editor/TapTap.Moment.Mobile.Editor.asmdef.meta +7 -0
- package/Moment/Mobile/Editor.meta +3 -0
- package/Moment/Mobile/Runtime/TapSDK.Moment.Mobile.Runtime.asmdef +20 -0
- package/Moment/Mobile/Runtime/TapSDK.Moment.Mobile.Runtime.asmdef.meta +7 -0
- package/Moment/Mobile/Runtime/TapTapMomentImpl.cs +147 -0
- package/Moment/Mobile/Runtime/TapTapMomentImpl.cs.meta +11 -0
- package/Moment/Mobile/Runtime.meta +8 -0
- package/Moment/Mobile.meta +8 -0
- package/Moment/Runtime/Internal/ITapTapMomentPlatform.cs +26 -0
- package/Moment/Runtime/Internal/ITapTapMomentPlatform.cs.meta +11 -0
- package/Moment/Runtime/Internal/Init/MomentInitTask.cs +18 -0
- package/Moment/Runtime/Internal/Init/MomentInitTask.cs.meta +11 -0
- package/Moment/Runtime/Internal/Init.meta +8 -0
- package/Moment/Runtime/Internal/TapTapMomentManager.cs +69 -0
- package/Moment/Runtime/Internal/TapTapMomentManager.cs.meta +11 -0
- package/Moment/Runtime/Internal.meta +8 -0
- package/Moment/Runtime/Public/DisplayInfo.cs +22 -0
- package/Moment/Runtime/Public/DisplayInfo.cs.meta +11 -0
- package/Moment/Runtime/Public/PublishMetaData.cs +23 -0
- package/Moment/Runtime/Public/PublishMetaData.cs.meta +11 -0
- package/Moment/Runtime/Public/TapTapMoment.cs +90 -0
- package/Moment/Runtime/Public/TapTapMoment.cs.meta +11 -0
- package/Moment/Runtime/Public.meta +8 -0
- package/Moment/Runtime/TapSDK.Moment.Runtime.asmdef +15 -0
- package/Moment/Runtime/TapSDK.Moment.Runtime.asmdef.meta +7 -0
- package/Moment/Runtime.meta +8 -0
- package/Moment/Standalone/Editor/TapMomentStandaloneProcessBuild.cs +20 -0
- package/Moment/Standalone/Editor/TapMomentStandaloneProcessBuild.cs.meta +11 -0
- package/Moment/Standalone/Editor/TapSDK.Moment.Standalone.Editor.asmdef +17 -0
- package/Moment/Standalone/Editor/TapSDK.Moment.Standalone.Editor.asmdef.meta +7 -0
- package/Moment/Standalone/Editor.meta +8 -0
- package/Moment/Standalone/Runtime/TapMomentStandalone.cs +60 -0
- package/Moment/Standalone/Runtime/TapMomentStandalone.cs.meta +11 -0
- package/Moment/Standalone/Runtime/TapSDK.Moment.Standalone.Runtime.asmdef +22 -0
- package/Moment/Standalone/Runtime/TapSDK.Moment.Standalone.Runtime.asmdef.meta +7 -0
- package/Moment/Standalone/Runtime.meta +8 -0
- package/Moment/Standalone.meta +8 -0
- package/Moment/link.xml +4 -0
- package/Moment/link.xml.meta +7 -0
- package/Moment.meta +8 -0
- package/Review/Mobile/Editor/TapReviewMobileProcessBuild.cs +19 -0
- package/Review/Mobile/Editor/TapReviewMobileProcessBuild.cs.meta +11 -0
- package/Review/Mobile/Editor/TapSDK.Review.Mobile.Editor.asmdef +17 -0
- package/Review/Mobile/Editor/TapSDK.Review.Mobile.Editor.asmdef.meta +7 -0
- package/Review/Mobile/Editor.meta +8 -0
- package/Review/Mobile/Runtime/TapReviewBridge.cs +35 -0
- package/Review/Mobile/Runtime/TapReviewBridge.cs.meta +11 -0
- package/Review/Mobile/Runtime/TapSDK.Review.Mobile.Runtime.asmdef +21 -0
- package/Review/Mobile/Runtime/TapSDK.Review.Mobile.Runtime.asmdef.meta +7 -0
- package/Review/Mobile/Runtime.meta +8 -0
- package/Review/Mobile.meta +8 -0
- package/Review/Runtime/Internal/ITapReviewBridge.cs +5 -0
- package/Review/Runtime/Internal/ITapReviewBridge.cs.meta +11 -0
- package/Review/Runtime/Internal/TapReviewInitTask.cs +18 -0
- package/Review/Runtime/Internal/TapReviewInitTask.cs.meta +11 -0
- package/Review/Runtime/Internal/TapTapReviewInner.cs +25 -0
- package/Review/Runtime/Internal/TapTapReviewInner.cs.meta +11 -0
- package/Review/Runtime/Internal.meta +8 -0
- package/Review/Runtime/Public/TapTapReview.cs +15 -0
- package/Review/Runtime/Public/TapTapReview.cs.meta +11 -0
- package/Review/Runtime/Public.meta +8 -0
- package/Review/Runtime/TapSDK.Review.Runtime.asmdef +15 -0
- package/Review/Runtime/TapSDK.Review.Runtime.asmdef.meta +7 -0
- package/Review/Runtime.meta +8 -0
- package/Review/link.xml +3 -0
- package/Review/link.xml.meta +7 -0
- package/Review.meta +8 -0
- package/Runtime/Internal/TapComplianceHelper.cs +174 -0
- package/Runtime/Internal/TapComplianceHelper.cs.meta +11 -0
- package/Runtime/Internal/TapConvertExtension.cs +44 -0
- package/Runtime/Internal/TapConvertExtension.cs.meta +11 -0
- package/Runtime/Internal/TapLicenseFuncProxy.cs +54 -0
- package/Runtime/Internal/TapLicenseFuncProxy.cs.meta +11 -0
- package/Runtime/Internal.meta +8 -0
- package/Runtime/Public/TapSDKEventHandler.cs +235 -0
- package/Runtime/Public/TapSDKEventHandler.cs.meta +11 -0
- package/Runtime/Public/XDGTapSDK.cs +102 -0
- package/Runtime/Public/XDGTapSDK.cs.meta +3 -0
- package/Runtime/Public.meta +8 -0
- package/Runtime/XD.SDK.Tap.asmdef +25 -0
- package/Runtime/XD.SDK.Tap.asmdef.meta +7 -0
- package/Runtime.meta +8 -0
- package/Update/Mobile/Editor/TapAndroidProvider.txt +58 -0
- package/Update/Mobile/Editor/TapAndroidProvider.txt.meta +7 -0
- package/Update/Mobile/Editor/TapSDK.Update.Mobile.Editor.asmdef +17 -0
- package/Update/Mobile/Editor/TapSDK.Update.Mobile.Editor.asmdef.meta +7 -0
- package/Update/Mobile/Editor/TapUpdateMobileProcessBuild.cs +20 -0
- package/Update/Mobile/Editor/TapUpdateMobileProcessBuild.cs.meta +11 -0
- package/Update/Mobile/Editor.meta +8 -0
- package/Update/Mobile/Runtime/TapSDK.Update.Mobile.Runtime.asmdef +21 -0
- package/Update/Mobile/Runtime/TapSDK.Update.Mobile.Runtime.asmdef.meta +7 -0
- package/Update/Mobile/Runtime/TapUpdateMobile.cs +55 -0
- package/Update/Mobile/Runtime/TapUpdateMobile.cs.meta +11 -0
- package/Update/Mobile/Runtime.meta +8 -0
- package/Update/Mobile.meta +8 -0
- package/Update/Runtime/Internal/ITapUpdateBridge.cs +9 -0
- package/Update/Runtime/Internal/ITapUpdateBridge.cs.meta +11 -0
- package/Update/Runtime/Internal/TapUpdateInitTask.cs +25 -0
- package/Update/Runtime/Internal/TapUpdateInitTask.cs.meta +11 -0
- package/Update/Runtime/Internal.meta +8 -0
- package/Update/Runtime/Public/TapTapUpdate.cs +31 -0
- package/Update/Runtime/Public/TapTapUpdate.cs.meta +11 -0
- package/Update/Runtime/Public.meta +8 -0
- package/Update/Runtime/TapSDK.Update.Runtime.asmdef +15 -0
- package/Update/Runtime/TapSDK.Update.Runtime.asmdef.meta +7 -0
- package/Update/Runtime.meta +8 -0
- package/Update/link.xml +3 -0
- package/Update/link.xml.meta +7 -0
- package/Update.meta +8 -0
- package/package.json +6 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,419 @@
|
|
|
1
|
+
using System;
|
|
2
|
+
using TapSDK.Core.Internal;
|
|
3
|
+
using TapSDK.Core.Standalone.Internal;
|
|
4
|
+
using System.Collections.Generic;
|
|
5
|
+
using System.Text.RegularExpressions;
|
|
6
|
+
using UnityEngine;
|
|
7
|
+
using TapSDK.Core.Internal.Utils;
|
|
8
|
+
using TapSDK.Core.Internal.Log;
|
|
9
|
+
|
|
10
|
+
namespace TapSDK.Core.Standalone
|
|
11
|
+
{
|
|
12
|
+
/// <summary>
|
|
13
|
+
/// Represents the standalone implementation of the Tap event.
|
|
14
|
+
/// </summary>
|
|
15
|
+
public class TapEventStandalone : ITapEventPlatform
|
|
16
|
+
{
|
|
17
|
+
internal static Tracker Tracker;
|
|
18
|
+
private readonly User User = TapCoreStandalone.User;
|
|
19
|
+
|
|
20
|
+
private TapTapEventOptions eventOptions;
|
|
21
|
+
|
|
22
|
+
public void Init(TapTapEventOptions eventOptions)
|
|
23
|
+
{
|
|
24
|
+
this.eventOptions = eventOptions;
|
|
25
|
+
if (eventOptions == null || !eventOptions.enableTapTapEvent)
|
|
26
|
+
{
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
Tracker = new Tracker();
|
|
30
|
+
Tracker.Init();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/// <summary>
|
|
34
|
+
/// Sets the user ID for tracking events.
|
|
35
|
+
/// </summary>
|
|
36
|
+
/// <param name="userID">The user ID to set.</param>
|
|
37
|
+
public void SetUserID(string userID)
|
|
38
|
+
{
|
|
39
|
+
if (!CheckInitAndEnableState())
|
|
40
|
+
{
|
|
41
|
+
return;
|
|
42
|
+
}
|
|
43
|
+
SetUserID(userID, null);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/// <summary>
|
|
47
|
+
/// Sets the user ID and additional properties for tracking events.
|
|
48
|
+
/// </summary>
|
|
49
|
+
/// <param name="userID">The user ID to set.</param>
|
|
50
|
+
/// <param name="properties">Additional properties to associate with the user.</param>
|
|
51
|
+
public void SetUserID(string userID, string properties)
|
|
52
|
+
{
|
|
53
|
+
if (!CheckInitAndEnableState())
|
|
54
|
+
{
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
if (!IsValidUserID(userID))
|
|
58
|
+
{
|
|
59
|
+
TapLog.Error("Invalid user ID, length should be 1-160 and only contains a-zA-Z0-9_+/=.,:");
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
64
|
+
User.Login(userID, filterProperties(prop));
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/// <summary>
|
|
68
|
+
/// Clears the current user.
|
|
69
|
+
/// </summary>
|
|
70
|
+
public void ClearUser()
|
|
71
|
+
{
|
|
72
|
+
if (!CheckInitAndEnableState())
|
|
73
|
+
{
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
User.Logout();
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/// <summary>
|
|
80
|
+
/// Gets the device ID.
|
|
81
|
+
/// </summary>
|
|
82
|
+
/// <returns>The device ID.</returns>
|
|
83
|
+
public string GetDeviceId()
|
|
84
|
+
{
|
|
85
|
+
if (!CheckInitAndEnableState())
|
|
86
|
+
{
|
|
87
|
+
return "";
|
|
88
|
+
}
|
|
89
|
+
return Identity.DeviceId;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/// <summary>
|
|
93
|
+
/// Logs an event with the specified name and properties.
|
|
94
|
+
/// </summary>
|
|
95
|
+
/// <param name="name">The name of the event.</param>
|
|
96
|
+
/// <param name="properties">Additional properties to associate with the event.</param>
|
|
97
|
+
public void LogEvent(string name, string properties)
|
|
98
|
+
{
|
|
99
|
+
if (!CheckInitAndEnableState())
|
|
100
|
+
{
|
|
101
|
+
return;
|
|
102
|
+
}
|
|
103
|
+
// name 长度256非空,不符合的丢事件,打log
|
|
104
|
+
if (!checkLength(name))
|
|
105
|
+
{
|
|
106
|
+
TapLog.Error(name + " Event name length should be less than or equal to 256 characters.");
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
110
|
+
Tracker.TrackEvent(name, filterProperties(prop));
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/// <summary>
|
|
114
|
+
/// Tracks device initialization with the specified properties.
|
|
115
|
+
/// </summary>
|
|
116
|
+
/// <param name="properties">Additional properties to associate with the device initialization.</param>
|
|
117
|
+
public void DeviceInitialize(string properties)
|
|
118
|
+
{
|
|
119
|
+
if (!CheckInitAndEnableState())
|
|
120
|
+
{
|
|
121
|
+
return;
|
|
122
|
+
}
|
|
123
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
124
|
+
Tracker.TrackDeviceProperties(Constants.PROPERTY_INITIALIZE_TYPE, filterProperties(prop));
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/// <summary>
|
|
128
|
+
/// Tracks device update with the specified properties.
|
|
129
|
+
/// </summary>
|
|
130
|
+
/// <param name="properties">Additional properties to associate with the device update.</param>
|
|
131
|
+
public void DeviceUpdate(string properties)
|
|
132
|
+
{
|
|
133
|
+
if (!CheckInitAndEnableState())
|
|
134
|
+
{
|
|
135
|
+
return;
|
|
136
|
+
}
|
|
137
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
138
|
+
Tracker.TrackDeviceProperties(Constants.PROPERTY_UPDATE_TYPE, filterProperties(prop));
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/// <summary>
|
|
142
|
+
/// Tracks device addition with the specified properties.
|
|
143
|
+
/// </summary>
|
|
144
|
+
/// <param name="properties">Additional properties to associate with the device addition.</param>
|
|
145
|
+
public void DeviceAdd(string properties)
|
|
146
|
+
{
|
|
147
|
+
if (!CheckInitAndEnableState())
|
|
148
|
+
{
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
152
|
+
Tracker.TrackDeviceProperties(Constants.PROPERTY_ADD_TYPE, filterProperties(prop));
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/// <summary>
|
|
156
|
+
/// Tracks user initialization with the specified properties.
|
|
157
|
+
/// </summary>
|
|
158
|
+
/// <param name="properties">Additional properties to associate with the user initialization.</param>
|
|
159
|
+
public void UserInitialize(string properties)
|
|
160
|
+
{
|
|
161
|
+
if (!CheckInitAndEnableState())
|
|
162
|
+
{
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
166
|
+
Tracker.TrackUserProperties(Constants.PROPERTY_INITIALIZE_TYPE, filterProperties(prop));
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/// <summary>
|
|
170
|
+
/// Tracks user update with the specified properties.
|
|
171
|
+
/// </summary>
|
|
172
|
+
/// <param name="properties">Additional properties to associate with the user update.</param>
|
|
173
|
+
public void UserUpdate(string properties)
|
|
174
|
+
{
|
|
175
|
+
if (!CheckInitAndEnableState())
|
|
176
|
+
{
|
|
177
|
+
return;
|
|
178
|
+
}
|
|
179
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
180
|
+
Tracker.TrackUserProperties(Constants.PROPERTY_UPDATE_TYPE, filterProperties(prop));
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/// <summary>
|
|
184
|
+
/// Tracks user addition with the specified properties.
|
|
185
|
+
/// </summary>
|
|
186
|
+
/// <param name="properties">Additional properties to associate with the user addition.</param>
|
|
187
|
+
public void UserAdd(string properties)
|
|
188
|
+
{
|
|
189
|
+
if (!CheckInitAndEnableState())
|
|
190
|
+
{
|
|
191
|
+
return;
|
|
192
|
+
}
|
|
193
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
194
|
+
Tracker.TrackUserProperties(Constants.PROPERTY_ADD_TYPE, filterProperties(prop));
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/// <summary>
|
|
198
|
+
/// Adds a common property with the specified key and value.
|
|
199
|
+
/// </summary>
|
|
200
|
+
/// <param name="key">The key of the common property.</param>
|
|
201
|
+
/// <param name="value">The value of the common property.</param>
|
|
202
|
+
public void AddCommonProperty(string key, string value)
|
|
203
|
+
{
|
|
204
|
+
if (!CheckInitAndEnableState())
|
|
205
|
+
{
|
|
206
|
+
return;
|
|
207
|
+
}
|
|
208
|
+
if (!checkLength(key))
|
|
209
|
+
{
|
|
210
|
+
TapLog.Error(key + " Property key length should be less than or equal to 256 characters.");
|
|
211
|
+
return;
|
|
212
|
+
}
|
|
213
|
+
if (!checkLength(value))
|
|
214
|
+
{
|
|
215
|
+
TapLog.Error(value + " Property value length should be less than or equal to 256 characters.");
|
|
216
|
+
return;
|
|
217
|
+
}
|
|
218
|
+
Tracker.AddCommonProperty(key, value);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/// <summary>
|
|
222
|
+
/// Adds common properties with the specified JSON string.
|
|
223
|
+
/// </summary>
|
|
224
|
+
/// <param name="properties">The JSON string containing the common properties.</param>
|
|
225
|
+
public void AddCommon(string properties)
|
|
226
|
+
{
|
|
227
|
+
if (!CheckInitAndEnableState())
|
|
228
|
+
{
|
|
229
|
+
return;
|
|
230
|
+
}
|
|
231
|
+
Dictionary<string, object> prop = Json.Deserialize(properties) as Dictionary<string, object>;
|
|
232
|
+
Tracker.AddCommon(filterProperties(prop));
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/// <summary>
|
|
236
|
+
/// Clears the common property with the specified key.
|
|
237
|
+
/// </summary>
|
|
238
|
+
/// <param name="key">The key of the common property to clear.</param>
|
|
239
|
+
public void ClearCommonProperty(string key)
|
|
240
|
+
{
|
|
241
|
+
if (!CheckInitAndEnableState())
|
|
242
|
+
{
|
|
243
|
+
return;
|
|
244
|
+
}
|
|
245
|
+
Tracker.ClearCommonProperty(key);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/// <summary>
|
|
249
|
+
/// Clears the common properties with the specified keys.
|
|
250
|
+
/// </summary>
|
|
251
|
+
/// <param name="keys">The keys of the common properties to clear.</param>
|
|
252
|
+
public void ClearCommonProperties(string[] keys)
|
|
253
|
+
{
|
|
254
|
+
if (!CheckInitAndEnableState())
|
|
255
|
+
{
|
|
256
|
+
return;
|
|
257
|
+
}
|
|
258
|
+
Tracker.ClearCommonProperties(keys);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
/// <summary>
|
|
262
|
+
/// Clears all common properties.
|
|
263
|
+
/// </summary>
|
|
264
|
+
public void ClearAllCommonProperties()
|
|
265
|
+
{
|
|
266
|
+
if (!CheckInitAndEnableState())
|
|
267
|
+
{
|
|
268
|
+
return;
|
|
269
|
+
}
|
|
270
|
+
Tracker.ClearAllCommonProperties();
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/// <summary>
|
|
274
|
+
/// Logs a charge event with the specified details and properties.
|
|
275
|
+
/// </summary>
|
|
276
|
+
/// <param name="orderID">The ID of the order.</param>
|
|
277
|
+
/// <param name="productName">The name of the product.</param>
|
|
278
|
+
/// <param name="amount">The amount of the charge.</param>
|
|
279
|
+
/// <param name="currencyType">The currency type of the charge.</param>
|
|
280
|
+
/// <param name="paymentMethod">The payment method used for the charge.</param>
|
|
281
|
+
/// <param name="properties">Additional properties to associate with the charge event.</param>
|
|
282
|
+
public void LogChargeEvent(string orderID, string productName, long amount, string currencyType, string paymentMethod, string properties)
|
|
283
|
+
{
|
|
284
|
+
if (!CheckInitAndEnableState())
|
|
285
|
+
{
|
|
286
|
+
return;
|
|
287
|
+
}
|
|
288
|
+
if (amount <= 0 || amount > 100000000000)
|
|
289
|
+
{
|
|
290
|
+
TapLog.Error(amount + " is invalid, amount should be in range (0, 100000000000]");
|
|
291
|
+
return;
|
|
292
|
+
}
|
|
293
|
+
Tracker.LogPurchasedEvent(orderID, productName, amount, currencyType, paymentMethod, properties);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/// <summary>
|
|
297
|
+
/// Registers a callback function for retrieving dynamic properties.
|
|
298
|
+
/// </summary>
|
|
299
|
+
/// <param name="callback">The callback function that returns a JSON string containing the dynamic properties.</param>
|
|
300
|
+
public void RegisterDynamicProperties(Func<string> callback)
|
|
301
|
+
{
|
|
302
|
+
if (!CheckInitAndEnableState())
|
|
303
|
+
{
|
|
304
|
+
return;
|
|
305
|
+
}
|
|
306
|
+
DynamicProperties dynamicProperties = new DynamicProperties(callback);
|
|
307
|
+
Tracker.RegisterDynamicPropsDelegate(dynamicProperties);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/// <summary>
|
|
311
|
+
/// set custom oaid value
|
|
312
|
+
/// </summary>
|
|
313
|
+
/// <param name="value">oaid</param>
|
|
314
|
+
public void SetOAID(string value)
|
|
315
|
+
{
|
|
316
|
+
TapLog.Log("SetOAID called in PC platform (empty implementation)");
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/// <summary>
|
|
320
|
+
/// Logs a device login event.
|
|
321
|
+
/// </summary>
|
|
322
|
+
public void LogDeviceLoginEvent()
|
|
323
|
+
{
|
|
324
|
+
TapLog.Log("LogDeviceLoginEvent called in PC platform (empty implementation)");
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/// <summary>
|
|
328
|
+
/// Represents the implementation of dynamic properties for the Tap event platform.
|
|
329
|
+
/// </summary>
|
|
330
|
+
public class DynamicProperties : Tracker.IDynamicProperties
|
|
331
|
+
{
|
|
332
|
+
readonly Func<string> callback;
|
|
333
|
+
|
|
334
|
+
/// <summary>
|
|
335
|
+
/// Initializes a new instance of the <see cref="DynamicProperties"/> class with the specified callback function.
|
|
336
|
+
/// </summary>
|
|
337
|
+
/// <param name="callback">The callback function that returns a JSON string containing the dynamic properties.</param>
|
|
338
|
+
public DynamicProperties(Func<string> callback)
|
|
339
|
+
{
|
|
340
|
+
this.callback = callback;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/// <summary>
|
|
344
|
+
/// Gets the dynamic properties.
|
|
345
|
+
/// </summary>
|
|
346
|
+
/// <returns>A dictionary containing the dynamic properties.</returns>
|
|
347
|
+
public Dictionary<string, object> GetDynamicProperties()
|
|
348
|
+
{
|
|
349
|
+
var jsonString = callback();
|
|
350
|
+
return Json.Deserialize(jsonString) as Dictionary<string, object>;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
private bool checkLength(string value)
|
|
355
|
+
{
|
|
356
|
+
var maxLength = 256;
|
|
357
|
+
if (value.Length <= 0 || value.Length > maxLength)
|
|
358
|
+
{
|
|
359
|
+
return false;
|
|
360
|
+
}
|
|
361
|
+
return true;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
private bool IsValidUserID(string userID)
|
|
365
|
+
{
|
|
366
|
+
string pattern = @"^[a-zA-Z0-9_+/=.,:]{1,160}$";
|
|
367
|
+
Regex regex = new Regex(pattern);
|
|
368
|
+
return regex.IsMatch(userID);
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
/// <summary>
|
|
372
|
+
/// 检查是否 Core模块初始化及 TapEvent 启用
|
|
373
|
+
/// </summary>
|
|
374
|
+
/// <returns></returns>
|
|
375
|
+
private bool CheckInitAndEnableState()
|
|
376
|
+
{
|
|
377
|
+
if (!TapCoreStandalone.CheckInitState())
|
|
378
|
+
{
|
|
379
|
+
return false;
|
|
380
|
+
}
|
|
381
|
+
else
|
|
382
|
+
{
|
|
383
|
+
if (eventOptions == null || !eventOptions.enableTapTapEvent)
|
|
384
|
+
{
|
|
385
|
+
string tip = "当前应用已关闭 TapTapEvent 开关,请开启后再调用相关接口";
|
|
386
|
+
TapLog.Error(tip + " 开启方式:enableTapTapEvent = true");
|
|
387
|
+
return false;
|
|
388
|
+
}
|
|
389
|
+
else
|
|
390
|
+
{
|
|
391
|
+
return true;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
private Dictionary<string, object> filterProperties(Dictionary<string, object> properties)
|
|
397
|
+
{
|
|
398
|
+
Dictionary<string, object> filteredProperties = new Dictionary<string, object>();
|
|
399
|
+
if (properties != null)
|
|
400
|
+
{
|
|
401
|
+
foreach (var property in properties)
|
|
402
|
+
{
|
|
403
|
+
if (property.Key.Length <= 0 || property.Key.Length > 256)
|
|
404
|
+
{
|
|
405
|
+
TapLog.Log(property.Key + " Property key length should be more then 0 and less than or equal to 256 characters.");
|
|
406
|
+
continue;
|
|
407
|
+
}
|
|
408
|
+
if (property.Value.ToString().Length > 256)
|
|
409
|
+
{
|
|
410
|
+
TapLog.Log(property.Value + " Property value length should be less than or equal to 256 characters.");
|
|
411
|
+
continue;
|
|
412
|
+
}
|
|
413
|
+
filteredProperties.Add(property.Key, property.Value);
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
return filteredProperties;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "TapSDK.Core.Standalone.Runtime",
|
|
3
|
+
"references": [
|
|
4
|
+
"GUID:7d5ef2062f3704e1ab74aac0e4d5a1a7"
|
|
5
|
+
],
|
|
6
|
+
"includePlatforms": [
|
|
7
|
+
"Editor",
|
|
8
|
+
"macOSStandalone",
|
|
9
|
+
"WindowsStandalone32",
|
|
10
|
+
"WindowsStandalone64"
|
|
11
|
+
],
|
|
12
|
+
"excludePlatforms": [],
|
|
13
|
+
"allowUnsafeCode": false,
|
|
14
|
+
"overrideReferences": false,
|
|
15
|
+
"precompiledReferences": [],
|
|
16
|
+
"autoReferenced": true,
|
|
17
|
+
"defineConstraints": [],
|
|
18
|
+
"versionDefines": [],
|
|
19
|
+
"noEngineReferences": false
|
|
20
|
+
}
|
package/Core/link.xml
ADDED
package/Core.meta
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
#if UNITY_EDITOR && UNITY_ANDROID
|
|
2
|
+
using System.Collections.Generic;
|
|
3
|
+
using XD.SDK.Foundation.Mobile.Editor;
|
|
4
|
+
using XD.SDK.Foundation.Mobile.Editor.Android;
|
|
5
|
+
|
|
6
|
+
namespace XD.SDK.Tap.Editor
|
|
7
|
+
{
|
|
8
|
+
public class TapWrapperAndroidGradleProcessor : XDAndroidProjectProcessor
|
|
9
|
+
{
|
|
10
|
+
protected override List<AndroidGradleProjectConfig.Plugin> GeneratePlugins()
|
|
11
|
+
{
|
|
12
|
+
return new List<AndroidGradleProjectConfig.Plugin>();
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
protected override List<AndroidGradleProjectConfig.MavenRepository> GenerateMavenRepositories()
|
|
16
|
+
{
|
|
17
|
+
return new List<AndroidGradleProjectConfig.MavenRepository>();
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
protected override List<AndroidGradleProjectConfig.Dependency> GenerateDependencies()
|
|
21
|
+
{
|
|
22
|
+
return new List<AndroidGradleProjectConfig.Dependency>()
|
|
23
|
+
{
|
|
24
|
+
new AndroidGradleProjectConfig.Dependency(group: "com.taptap.sdk", module: "tap-core-unity",
|
|
25
|
+
version: VersionCatalog.TapTapSdk),
|
|
26
|
+
new AndroidGradleProjectConfig.Dependency(group: "com.taptap.sdk", module: "tap-login-unity",
|
|
27
|
+
version: VersionCatalog.TapTapSdk),
|
|
28
|
+
new AndroidGradleProjectConfig.Dependency(group: "com.taptap.sdk", module: "tap-compliance",
|
|
29
|
+
version: VersionCatalog.TapTapSdk),
|
|
30
|
+
new AndroidGradleProjectConfig.Dependency(group: "com.taptap.sdk", module: "tap-moment-unity",
|
|
31
|
+
version: VersionCatalog.TapTapSdk),
|
|
32
|
+
new AndroidGradleProjectConfig.Dependency(group: "com.taptap.sdk", module: "tap-review-unity",
|
|
33
|
+
version: VersionCatalog.TapTapSdk),
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
#endif
|
package/Editor.meta
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
using System;
|
|
2
|
+
using UnityEditor.Build.Reporting;
|
|
3
|
+
using TapSDK.Core.Editor;
|
|
4
|
+
|
|
5
|
+
namespace TapSDK.License.Mobile.Editor {
|
|
6
|
+
public class TapLicenseMobileProcessBuild : SDKLinkProcessBuild {
|
|
7
|
+
public override int callbackOrder => 0;
|
|
8
|
+
|
|
9
|
+
public override string LinkPath => "TapSDK/License/link.xml";
|
|
10
|
+
|
|
11
|
+
public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
|
|
12
|
+
new LinkedAssembly { Fullname = "TapSDK.License.Runtime" },
|
|
13
|
+
new LinkedAssembly { Fullname = "TapSDK.License.Mobile.Runtime" }
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
public override Func<BuildReport, bool> IsTargetPlatform => (report) => {
|
|
17
|
+
return BuildTargetUtils.IsSupportMobile(report.summary.platform);
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "TapSDK.License.Mobile.Editor",
|
|
3
|
+
"references": [
|
|
4
|
+
"GUID:56f3da7a178484843974054bafe77e73"
|
|
5
|
+
],
|
|
6
|
+
"includePlatforms": [
|
|
7
|
+
"Editor"
|
|
8
|
+
],
|
|
9
|
+
"excludePlatforms": [],
|
|
10
|
+
"allowUnsafeCode": false,
|
|
11
|
+
"overrideReferences": false,
|
|
12
|
+
"precompiledReferences": [],
|
|
13
|
+
"autoReferenced": true,
|
|
14
|
+
"defineConstraints": [],
|
|
15
|
+
"versionDefines": [],
|
|
16
|
+
"noEngineReferences": false
|
|
17
|
+
}
|