From e31f4c7fc08c9ed5f18a56083627cd4ac1c2c719 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 16 Jul 2026 14:30:54 +0800 Subject: [PATCH] 提交版本 4.13.1 --- WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64_arm64e/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 112 insertions(+), 0 deletions(-) diff --git a/WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64_arm64e/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h b/WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64_arm64e/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h new file mode 100644 index 0000000..ffc186e --- /dev/null +++ b/WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64_arm64e/FBSDKCoreKit.framework/Headers/FBSDKAppEventsConfiguring.h @@ -0,0 +1,112 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under the license found in the + * LICENSE file in the root directory of this source tree. + */ + +#import <Foundation/Foundation.h> + +@protocol FBSDKAEMReporter; +@protocol FBSDKGateKeeperManaging; +@protocol FBSDKAppEventsConfigurationProviding; +@protocol FBSDKSourceApplicationTracking; +@protocol FBSDKServerConfigurationProviding; +@protocol FBSDKGraphRequestFactory; +@protocol FBSDKFeatureChecking; +@protocol FBSDKDataPersisting; +@protocol FBSDKInternalUtility; +@protocol FBSDKLogging; +@protocol FBSDKSettings; +@protocol FBSDKPaymentObserving; +@protocol FBSDKTimeSpentRecording; +@protocol FBSDKAppEventsStatePersisting; +@protocol FBSDKAppEventsParameterProcessing; +@protocol FBSDKAppEventsParameterProcessing; +@protocol FBSDKATEPublisherCreating; +@protocol FBSDKAppEventsStateProviding; +@protocol FBSDKAdvertiserIDProviding; +@protocol FBSDKUserDataPersisting; +@protocol FBSDKLoggingNotifying; +@protocol FBSDKAppEventsUtility; +@protocol FBSDKAppEventDropDetermining; +@protocol FBSDKCAPIReporter; +@protocol FBSDKAppEventParametersExtracting; +@protocol FBSDKMACARuleMatching; +@protocol FBSDKEventsProcessing; +@protocol FBSDKTransactionObserving; +@protocol FBSDKIAPFailedTransactionLoggingCreating; +@protocol FBSDKIAPDedupeProcessing; +@protocol FBSDKIAPTransactionCaching; +#if !TARGET_OS_TV +@protocol FBSDKEventProcessing; +@protocol FBSDKMetadataIndexing; +@protocol FBSDKAppEventsReporter; +@protocol FBSDKCodelessIndexing; +@protocol FBSDKSwizzling; +#endif + +NS_ASSUME_NONNULL_BEGIN + +/** + Internal type exposed to facilitate transition to Swift. + API Subject to change or removal without warning. Do not use. + + @warning INTERNAL - DO NOT USE + */ +NS_SWIFT_NAME(_AppEventsConfiguring) +@protocol FBSDKAppEventsConfiguring + +- (void) configureWithGateKeeperManager:(Class<FBSDKGateKeeperManaging>)gateKeeperManager + appEventsConfigurationProvider:(id<FBSDKAppEventsConfigurationProviding>)appEventsConfigurationProvider + serverConfigurationProvider:(id<FBSDKServerConfigurationProviding>)serverConfigurationProvider + graphRequestFactory:(id<FBSDKGraphRequestFactory>)graphRequestFactory + featureChecker:(id<FBSDKFeatureChecking>)featureChecker + primaryDataStore:(id<FBSDKDataPersisting>)primaryDataStore + logger:(Class<FBSDKLogging>)logger + settings:(id<FBSDKSettings>)settings + paymentObserver:(id<FBSDKPaymentObserving>)paymentObserver + timeSpentRecorder:(id<FBSDKSourceApplicationTracking, FBSDKTimeSpentRecording>)timeSpentRecorder + appEventsStateStore:(id<FBSDKAppEventsStatePersisting>)appEventsStateStore + eventDeactivationParameterProcessor:(id<FBSDKAppEventsParameterProcessing>)eventDeactivationParameterProcessor + restrictiveDataFilterParameterProcessor:(id<FBSDKAppEventsParameterProcessing>)restrictiveDataFilterParameterProcessor + atePublisherFactory:(id<FBSDKATEPublisherCreating>)atePublisherFactory + appEventsStateProvider:(id<FBSDKAppEventsStateProviding>)appEventsStateProvider + advertiserIDProvider:(id<FBSDKAdvertiserIDProviding>)advertiserIDProvider + userDataStore:(id<FBSDKUserDataPersisting>)userDataStore + appEventsUtility:(id<FBSDKAppEventDropDetermining, FBSDKAppEventParametersExtracting, FBSDKAppEventsUtility, FBSDKLoggingNotifying>)appEventsUtility + internalUtility:(id<FBSDKInternalUtility>)internalUtility + capiReporter:(id<FBSDKCAPIReporter>)capiReporter + protectedModeManager:(id<FBSDKAppEventsParameterProcessing>)protectedModeManager + bannedParamsManager:(id<FBSDKMACARuleMatching>)bannedParamsManager + stdParamEnforcementManager:(id<FBSDKMACARuleMatching>)stdParamEnforcementManager + macaRuleMatchingManager:(id<FBSDKMACARuleMatching>)macaRuleMatchingManager + vvpConfigManager:(id<FBSDKMACARuleMatching>)vvpConfigManager + blocklistEventsManager:(nonnull id<FBSDKEventsProcessing>)blocklistEventsManager + redactedEventsManager:(nonnull id<FBSDKEventsProcessing>)redactedEventsManager + sensitiveParamsManager:(nonnull id<FBSDKAppEventsParameterProcessing>)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:vvpConfigManager:blocklistEventsManager:redactedEventsManager:sensitiveParamsManager:transactionObserver:failedTransactionLoggingFactory:iapDedupeProcessor:iapTransactionCache:)); + +#if !TARGET_OS_TV + +// UNCRUSTIFY_FORMAT_OFF +- (void)configureNonTVComponentsWithOnDeviceMLModelManager:(id<FBSDKEventProcessing>)modelManager + metadataIndexer:(id<FBSDKMetadataIndexing>)metadataIndexer + skAdNetworkReporter:(nullable id<FBSDKAppEventsReporter>)skAdNetworkReporter + skAdNetworkReporterV2:(nullable id<FBSDKAppEventsReporter>)skAdNetworkReporterV2 + codelessIndexer:(Class<FBSDKCodelessIndexing>)codelessIndexer + swizzler:(Class<FBSDKSwizzling>)swizzler + aemReporter:(Class<FBSDKAEMReporter>)aemReporter +NS_SWIFT_NAME(configureNonTVComponents(onDeviceMLModelManager:metadataIndexer:skAdNetworkReporter:skAdNetworkReporterV2:codelessIndexer:swizzler:aemReporter:)); +// UNCRUSTIFY_FORMAT_ON + +#endif + +@end + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0