From 4b30c10cef62c07efa1faf8a21e296b4a23ff591 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Wed, 15 Jul 2026 09:35:30 +0800
Subject: [PATCH] 提交版本 4.13.0
---
frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h
index 48c8886..4dac75a 100644
--- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h
+++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h
@@ -21,15 +21,6 @@
typedef id<GADMediationBannerAdEventDelegate> _Nullable (^GADMediationBannerLoadCompletionHandler)(
_Nullable id<GADMediationBannerAd> ad, NSError *_Nullable error);
-/// Called by the adapter after loading the interscroller ad or encountering an error. Returns an ad
-/// event object to send ad events to the Google Mobile Ads SDK. The block returns nil if a delegate
-/// couldn't be created or if the block has already been called.
-typedef id<GADMediationBannerAdEventDelegate> _Nullable (
- ^GADMediationInterscrollerAdLoadCompletionHandler)(_Nullable id<GADMediationInterscrollerAd> ad,
- NSError *_Nullable error)
- GAD_DEPRECATED_MSG_ATTRIBUTE("Interscroller mediation is no longer supported. This API will be "
- "removed in a future release.");
-
/// Called by the adapter after loading the interstitial ad or encountering an error. Returns an
/// ad event delegate to send ad events to the Google Mobile Ads SDK. The block returns nil if a
/// delegate couldn't be created or if the block has already been called.
@@ -140,17 +131,4 @@
completionHandler:
(nonnull GADMediationAppOpenLoadCompletionHandler)completionHandler;
-#pragma mark Deprecated
-
-/// Asks the adapter to load an interscroller ad with the provided ad configuration. The adapter
-/// must call back completionHandler with the loaded ad, or it may call back with an error. This
-/// method is called on the main thread, and completionHandler must be called back on the main
-/// thread.
-- (void)loadInterscrollerAdForAdConfiguration:
- (nonnull GADMediationBannerAdConfiguration *)adConfiguration
- completionHandler:
- (nonnull GADMediationInterscrollerAdLoadCompletionHandler)
- completionHandler
- GAD_DEPRECATED_MSG_ATTRIBUTE("Interscroller mediation is no longer supported. This API will be "
- "removed in a future release.");
@end
--
Gitblit v1.8.0