From 5c57c740c1a3a7acbb384dcf2557fd129fa7328c Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 14:30:49 +0800
Subject: [PATCH] 提交版本 4.13.1

---
 WAAdmobImpl/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/WAAdmobImpl/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h b/WAAdmobImpl/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h
index bebb372..c323493 100644
--- a/WAAdmobImpl/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h
+++ b/WAAdmobImpl/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h
@@ -10,4 +10,16 @@
 /// Debug settings for the request.
 @property(nonatomic, copy, nullable) UMPDebugSettings *debugSettings;
 
+/// The consent sync ID to sync the user consent status collected with the same ID.
+///
+/// The consent sync ID must meet the following requirements:
+/// - Constructed as a UUID string, or matches the regular expression (regex)
+/// ^[0-9a-zA-Z+.=\/_\-$,{}]{22,150}$ .
+/// - A minimum of 22 characters.
+/// - A maximum of 150 characters.
+///
+/// Failure to meet the requirements results in the consent sync ID not being set and the UMP SDK
+/// logging a warning to the console.
+@property(nonatomic, copy, nullable) NSString *consentSyncID;
+
 @end

--
Gitblit v1.8.0