lpw
2026-07-15 4b30c10cef62c07efa1faf8a21e296b4a23ff591
frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdMetadata.h
@@ -13,6 +13,7 @@
@protocol GADAdMetadataDelegate;
/// Protocol for ads that provide ad metadata.
NS_SWIFT_NAME(AdMetadataProvider)
@protocol GADAdMetadataProvider <NSObject>
/// The ad's metadata. Use adMetadataDelegate to receive ad metadata change messages.
@@ -24,10 +25,11 @@
@end
/// Delegate protocol for receiving ad metadata change messages from a GADAdMetadataProvider.
NS_SWIFT_NAME(AdMetadataDelegate)
@protocol GADAdMetadataDelegate <NSObject>
/// Tells the delegate that the ad's metadata changed. Called when an ad loads and when a loaded
/// ad's metadata changes.
- (void)adMetadataDidChange:(nonnull id<GADAdMetadataProvider>)ad;
- (void)adMetadataDidChange:(nonnull id<GADAdMetadataProvider>)ad NS_SWIFT_UI_ACTOR;
@end