We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45eff7c commit 776e8e1Copy full SHA for 776e8e1
Objective-C/advanced/APIDemo/APIDemo/AdMobNativeCustomMuteThisAdViewController.m
@@ -62,7 +62,7 @@ - (IBAction)refreshAd:(id)sender {
62
self.refreshButton.enabled = NO;
63
64
// Provide the custom mute this ad loader options to request custom mute feature.
65
- GADNativeMuteThisAdLoaderOptions *muteOptions = [GADNativeMuteThisAdLoaderOptions new];
+ GADNativeMuteThisAdLoaderOptions *muteOptions = [[GADNativeMuteThisAdLoaderOptions alloc] init];
66
self.adLoader = [[GADAdLoader alloc] initWithAdUnitID:GADAPIDemoNativeTestAdUnit
67
rootViewController:self
68
adTypes:@[ GADAdLoaderAdTypeNative ]
0 commit comments