From ed8cfadad5a26e8ebd4e026abce7642757d23af2 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Sun, 28 Sep 2025 15:06:18 +0800
Subject: [PATCH] 提交版本 4.8.0
---
frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h
index f58807d..8d1a9e1 100644
--- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h
+++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h
@@ -35,6 +35,10 @@
@protocol FBSDKAppEventParametersExtracting;
@protocol FBSDKMACARuleMatching;
@protocol FBSDKEventsProcessing;
+@protocol FBSDKTransactionObserving;
+@protocol FBSDKIAPFailedTransactionLoggingCreating;
+@protocol FBSDKIAPDedupeProcessing;
+@protocol FBSDKIAPTransactionCaching;
#if !TARGET_OS_TV
@protocol FBSDKEventProcessing;
@protocol FBSDKMetadataIndexing;
@@ -75,11 +79,17 @@
internalUtility:(id<FBSDKInternalUtility>)internalUtility
capiReporter:(id<FBSDKCAPIReporter>)capiReporter
protectedModeManager:(id<FBSDKAppEventsParameterProcessing>)protectedModeManager
+ bannedParamsManager:(id<FBSDKMACARuleMatching>)bannedParamsManager
+ stdParamEnforcementManager:(id<FBSDKMACARuleMatching>)stdParamEnforcementManager
macaRuleMatchingManager:(id<FBSDKMACARuleMatching>)macaRuleMatchingManager
blocklistEventsManager:(nonnull id<FBSDKEventsProcessing>)blocklistEventsManager
redactedEventsManager:(nonnull id<FBSDKEventsProcessing>)redactedEventsManager
sensitiveParamsManager:(nonnull id<FBSDKAppEventsParameterProcessing>)sensitiveParamsManager
-NS_SWIFT_NAME(configure(gateKeeperManager:appEventsConfigurationProvider:serverConfigurationProvider:graphRequestFactory:featureChecker:primaryDataStore:logger:settings:paymentObserver:timeSpentRecorder:appEventsStateStore:eventDeactivationParameterProcessor:restrictiveDataFilterParameterProcessor:atePublisherFactory:appEventsStateProvider:advertiserIDProvider:userDataStore:appEventsUtility:internalUtility:capiReporter:protectedModeManager:macaRuleMatchingManager:blocklistEventsManager:redactedEventsManager:sensitiveParamsManager:));
+ transactionObserver:(nonnull id<FBSDKTransactionObserving>)transactionObserver
+ failedTransactionLoggingFactory:(nonnull id<FBSDKIAPFailedTransactionLoggingCreating>)failedTransactionLoggingFactory
+ iapDedupeProcessor:(nonnull id<FBSDKIAPDedupeProcessing>)iapDedupeProcessor
+ iapTransactionCache:(nonnull id<FBSDKIAPTransactionCaching>)iapTransactionCache
+NS_SWIFT_NAME(configure(gateKeeperManager:appEventsConfigurationProvider:serverConfigurationProvider:graphRequestFactory:featureChecker:primaryDataStore:logger:settings:paymentObserver:timeSpentRecorder:appEventsStateStore:eventDeactivationParameterProcessor:restrictiveDataFilterParameterProcessor:atePublisherFactory:appEventsStateProvider:advertiserIDProvider:userDataStore:appEventsUtility:internalUtility:capiReporter:protectedModeManager:bannedParamsManager:stdParamEnforcementManager:macaRuleMatchingManager:blocklistEventsManager:redactedEventsManager:sensitiveParamsManager:transactionObserver:failedTransactionLoggingFactory:iapDedupeProcessor:iapTransactionCache:));
#if !TARGET_OS_TV
--
Gitblit v1.8.0