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_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h index 7814bef..abe011b 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h @@ -12,6 +12,7 @@ /// /// Don't create an instance of this class and use the one available from GADMobileAds /// sharedInstance's audioVideoManager. +NS_SWIFT_NAME(AudioVideoManager) @interface GADAudioVideoManager : NSObject /// Delegate for receiving video and audio updates. @@ -24,6 +25,7 @@ /// AVAudioSession's category to AVAudioSessionCategorySoloAmbient when any playing video becomes /// unmuted, and allowing background apps to continue playing sound when all videos rendered by /// Google Mobile Ads SDK are muted or have stopped playing. Must be accessed on main thread only. -@property(nonatomic, assign) BOOL audioSessionIsApplicationManaged; +@property(nonatomic, assign) + BOOL audioSessionIsApplicationManaged NS_SWIFT_NAME(isAudioSessionApplicationManaged); @end -- Gitblit v1.8.0