From e2c4e3a250a8857c327b952288672d689320d563 Mon Sep 17 00:00:00 2001
From: lpw
Date: Tue, 18 Mar 2025 09:03:34 +0800
Subject: [PATCH] 提交 4.4.0

---
 frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsState.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsState.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsState.h
index 814ee30..401ca0f 100644
--- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsState.h
+++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsState.h
@@ -8,6 +8,7 @@
 
 #import <FBSDKCoreKit/FBSDKEventsProcessing.h>
 #import <Foundation/Foundation.h>
+#import <FBSDKCoreKit/FBSDKAppOperationalDataType.h>
 
 NS_ASSUME_NONNULL_BEGIN
 
@@ -33,11 +34,11 @@
 + (instancetype)new NS_UNAVAILABLE;
 - (instancetype)initWithToken:(nullable NSString *)tokenString appID:(nullable NSString *)appID NS_DESIGNATED_INITIALIZER;
 
-- (void)addEvent:(NSDictionary<NSString *, id> *)eventDictionary isImplicit:(BOOL)isImplicit;
+- (void)addEvent:(NSDictionary<NSString *, id> *)eventDictionary isImplicit:(BOOL)isImplicit withOperationalParameters:(nullable NSDictionary<FBSDKAppOperationalDataType, NSDictionary<NSString *, id> *> *)operationalParameters;
 - (void)addEventsFromAppEventState:(FBSDKAppEventsState *)appEventsState;
 - (BOOL)isCompatibleWithAppEventsState:(nullable FBSDKAppEventsState *)appEventsState;
 - (BOOL)isCompatibleWithTokenString:(NSString *)tokenString appID:(NSString *)appID;
-- (NSString *)JSONStringForEventsIncludingImplicitEvents:(BOOL)includeImplicitEvents;
+- (NSDictionary<NSString *, NSString *> *)JSONStringForEventsAndOperationalParametersIncludingImplicitEvents:(BOOL)includeImplicitEvents;
 - (NSString *)extractReceiptData;
 
 @end

--
Gitblit v1.8.0