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/GADRequest_Beta.h | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADRequest_Beta.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADRequest_Beta.h new file mode 100644 index 0000000..a421185 --- /dev/null +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADRequest_Beta.h @@ -0,0 +1,22 @@ +// +// GADRequest_Beta.h +// Google Mobile Ads SDK +// +// Copyright 2026 Google LLC. All rights reserved. +// + +#import <GoogleMobileAds/GADRequest.h> + +@interface GADRequest (Beta) + +#pragma mark Mediation Adapters + +/// If YES, the SDK will not attempt to load an ad from adapters that have not been initialized. +/// This is useful for apps that have a large number of adapters that are not used in the app, and +/// that take a long time to initialize. +/// +/// Defaults to NO, the SDK will attempt to initialize +/// adapters on the first request attempt if they have not been initialized before. +@property(nonatomic) BOOL shouldSkipUninitializedAdapters NS_SWIFT_NAME(skipUninitializedAdapters); + +@end -- Gitblit v1.8.0