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/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadDelegate_Beta.h | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadDelegate_Beta.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadDelegate_Beta.h new file mode 100644 index 0000000..0f68f08 --- /dev/null +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadDelegate_Beta.h @@ -0,0 +1,25 @@ +// +// GADPreloadDelegate_Beta.h +// Google Mobile Ads SDK +// +// Copyright © 2024 Google Inc. All rights reserved. +// + +#import <GoogleMobileAds/GADPreloadConfigurationV2_Beta.h> +#import <GoogleMobileAds/GADResponseInfo.h> + +/// Delegate for preloading events. +NS_SWIFT_NAME(PreloadDelegate) +@protocol GADPreloadDelegate <NSObject> + +/// Called when an ad becomes available for the preload ID. +- (void)adAvailableForPreloadID:(nonnull NSString *)preloadID + responseInfo:(nonnull GADResponseInfo *)responseInfo; + +/// Called when the last available ad is exhausted for the preload ID. +- (void)adsExhaustedForPreloadID:(nonnull NSString *)preloadID; + +/// Called when an ad failed to preload for the preload ID. +- (void)adFailedToPreloadForPreloadID:(nonnull NSString *)preloadID error:(nonnull NSError *)error; + +@end -- Gitblit v1.8.0