Skip to content

Commit

Permalink
Update Examples to use Non-Deprecated APIs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604377954
  • Loading branch information
maddevrelgithubbot committed Feb 5, 2024
1 parent a41bd1d commit 4ff4fd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ - (void)loadAd {
NSLog(@"Start loading app open ad.");
[GADAppOpenAd loadWithAdUnitID:@"/6499/example/app-open"
request:[GADRequest request]
orientation:UIInterfaceOrientationPortrait
completionHandler:^(GADAppOpenAd * _Nullable appOpenAd, NSError * _Nullable error) {
self->_isLoadingAd = NO;
if (error) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ - (void)loadAd {
NSLog(@"Start loading app open ad.");
[GADAppOpenAd loadWithAdUnitID:@"ca-app-pub-3940256099942544/5575463023"
request:[GADRequest request]
orientation:UIInterfaceOrientationPortrait
completionHandler:^(GADAppOpenAd * _Nullable appOpenAd, NSError * _Nullable error) {
self->_isLoadingAd = NO;
if (error) {
Expand Down

0 comments on commit 4ff4fd7

Please sign in to comment.