From 1e5242aa56dd1c52c537335ee56d7127d09b24de Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:19:08 +0800 Subject: [PATCH] 提交版本 4.7.0 --- WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h index e795767..7662be4 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h @@ -12,6 +12,7 @@ /// Reports information to the Google Mobile Ads SDK from the adapter. Adapters receive an ad event /// delegate when they provide a GADMediationAd by calling a render completion handler. +NS_SWIFT_NAME(MediationAdEventDelegate) @protocol GADMediationAdEventDelegate <NSObject> /// Notifies Google Mobile Ads SDK that an impression occurred on the GADMediationAd. @@ -37,16 +38,19 @@ @end /// Reports banner related information to the Google Mobile Ads SDK from the adapter. +NS_SWIFT_NAME(MediationBannerAdEventDelegate) @protocol GADMediationBannerAdEventDelegate <GADMediationAdEventDelegate> @end /// Reports interstitial related information to the Google Mobile Ads SDK from the adapter. +NS_SWIFT_NAME(MediationInterstitialAdEventDelegate) @protocol GADMediationInterstitialAdEventDelegate <GADMediationAdEventDelegate> @end /// Reports native related information to the Google Mobile Ads SDK from the adapter. +NS_SWIFT_NAME(MediationNativeAdEventDelegate) @protocol GADMediationNativeAdEventDelegate <GADMediationAdEventDelegate> /// Notifies Google Mobile Ads SDK that the GADMediationAd started video playback. @@ -67,6 +71,7 @@ @end /// Reports rewarded related information to the Google Mobile Ads SDK from the adapter. +NS_SWIFT_NAME(MediationRewardedAdEventDelegate) @protocol GADMediationRewardedAdEventDelegate <GADMediationAdEventDelegate> /// Notifies the Google Mobile Ads SDK that the GADMediationAd has rewarded the user. @@ -81,6 +86,7 @@ @end /// Reports app open related information to the Google Mobile Ads SDK from the adapter. +NS_SWIFT_NAME(MediationAppOpenAdEventDelegate) @protocol GADMediationAppOpenAdEventDelegate <GADMediationAdEventDelegate> @end -- Gitblit v1.8.0