From b3656154e43b2c9923c45d48101ece11223743a3 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Sun, 28 Sep 2025 16:53:41 +0800
Subject: [PATCH] 提交版本 4.8.0
---
WASdkImpl/Didomi.xcframework/tvos-arm64/Didomi.framework/Headers/Didomi-Swift.h | 89 +++++++++++++++++++++-----------------------
1 files changed, 42 insertions(+), 47 deletions(-)
diff --git a/WASdkImpl/Didomi.xcframework/tvos-arm64/Didomi.framework/Headers/Didomi-Swift.h b/WASdkImpl/Didomi.xcframework/tvos-arm64/Didomi.framework/Headers/Didomi-Swift.h
index 71dfcfe..c07ddad 100644
--- a/WASdkImpl/Didomi.xcframework/tvos-arm64/Didomi.framework/Headers/Didomi-Swift.h
+++ b/WASdkImpl/Didomi.xcframework/tvos-arm64/Didomi.framework/Headers/Didomi-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 6.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
+// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
#ifndef DIDOMI_SWIFT_H
#define DIDOMI_SWIFT_H
#pragma clang diagnostic push
@@ -1142,7 +1142,7 @@
enum Status : NSInteger;
SWIFT_CLASS("_TtC6Didomi20LoadUserStatusResult")
@interface LoadUserStatusResult : NSObject
-@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nonnull userStatus;
+@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nullable currentUserStatus;
@property (nonatomic, readonly, copy) NSString * _Nonnull syncDate;
@property (nonatomic, readonly, strong) id <UserAuth> _Nonnull userAuth;
@property (nonatomic, readonly) enum Status status;
@@ -1153,34 +1153,30 @@
@interface LoadUserStatusResult (SWIFT_EXTENSION(Didomi))
@end
-typedef SWIFT_ENUM(NSInteger, Status, open) {
-/// Consent was loaded from cache
- StatusCached = 0,
-/// Consent was canceled
- StatusCanceled = 1,
-/// Invalid - See <code>error</code> for more details
- StatusInvalid = 2,
-/// New User - no consent
- StatusNewUser = 3,
-/// Consent was successfully synced
- StatusSynced = 4,
+/// Error status for <code>loadUserStatuses</code> API
+typedef SWIFT_ENUM(NSInteger, ErrorStatus, open) {
+/// Multi-Storage disabled
+ ErrorStatusMultiStorageDisabled = 0,
+/// Sync disabled
+ ErrorStatusSyncDisabled = 1,
+/// Sync failed
+ ErrorStatusSyncFailed = 2,
+/// DCS signature failed
+ ErrorStatusDcsSignatureFailed = 3,
};
@interface LoadUserStatusResult (SWIFT_EXTENSION(Didomi))
@end
-/// Error status for <code>loadUserStatuses</code> API
-typedef SWIFT_ENUM(NSInteger, ErrorStatus, open) {
-/// Max user count has been reached
- ErrorStatusMaxUserCountReached = 0,
-/// Multi-Storage disabled
- ErrorStatusMultiStorageDisabled = 1,
-/// Sync disabled
- ErrorStatusSyncDisabled = 2,
-/// Sync failed
- ErrorStatusSyncFailed = 3,
-/// DCS signature failed
- ErrorStatusDcsSignatureFailed = 4,
+typedef SWIFT_ENUM(NSInteger, Status, open) {
+/// Consent was loaded from cache
+ StatusCached = 0,
+/// Invalid - See <code>error</code> for more details
+ StatusInvalid = 1,
+/// New User - no consent
+ StatusNewUser = 2,
+/// Consent was successfully synced
+ StatusSynced = 3,
};
@class NSCoder;
@@ -1340,14 +1336,10 @@
@interface DDMUserStatus (SWIFT_EXTENSION(Didomi))
@end
-@class DDMUserStatusIDs;
-SWIFT_CLASS_NAMED("Vendors")
-@interface DDMUserStatusVendors : NSObject
-@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull consent;
-@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull legitimateInterest;
-@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull global;
-@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalConsent;
-@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalLegitimateInterest;
+SWIFT_CLASS_NAMED("IDs")
+@interface DDMUserStatusIDs : NSObject
+@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull enabled;
+@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull disabled;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@@ -1370,10 +1362,13 @@
@interface DDMUserStatus (SWIFT_EXTENSION(Didomi))
@end
-SWIFT_CLASS_NAMED("IDs")
-@interface DDMUserStatusIDs : NSObject
-@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull enabled;
-@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull disabled;
+SWIFT_CLASS_NAMED("Vendors")
+@interface DDMUserStatusVendors : NSObject
+@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull consent;
+@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull legitimateInterest;
+@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull global;
+@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalConsent;
+@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalLegitimateInterest;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@@ -1442,10 +1437,12 @@
@interface DDMVendor (SWIFT_EXTENSION(Didomi))
@end
-/// Store additional IDs (IAB, num) for the Vendor.
-SWIFT_CLASS_NAMED("Namespaces")
-@interface DDMVendorNamespaces : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nullable iab2;
+/// Store localized URLs for privacy policy and LI claim.
+SWIFT_CLASS_NAMED("URL")
+@interface DDMVendorURL : NSObject
+@property (nonatomic, readonly, copy) NSString * _Nullable langID;
+@property (nonatomic, readonly, copy) NSString * _Nullable privacy;
+@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@@ -1454,12 +1451,10 @@
@interface DDMVendor (SWIFT_EXTENSION(Didomi))
@end
-/// Store localized URLs for privacy policy and LI claim.
-SWIFT_CLASS_NAMED("URL")
-@interface DDMVendorURL : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nullable langID;
-@property (nonatomic, readonly, copy) NSString * _Nullable privacy;
-@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim;
+/// Store additional IDs (IAB, num) for the Vendor.
+SWIFT_CLASS_NAMED("Namespaces")
+@interface DDMVendorNamespaces : NSObject
+@property (nonatomic, readonly, copy) NSString * _Nullable iab2;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
--
Gitblit v1.8.0