Skip to content

Commit

Permalink
Update banner.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rutavi authored Jun 11, 2024
1 parent 0778e16 commit e37c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objective-c_documentation/banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Ad listeners are used to check whether the ad was successfully loaded. In additi
}
```
## Pausing and resuming auction
It is necessary to stop the auction when leaving an activity where the banner ad is displayed because if not stopped, the auction continues happening, and displaying ads that are not seen by anyone which produces incorrect viewability results.
It is necessary to stop the auction when leaving an activity where the banner ad is displayed because if not stopped, the auction continues happening, and displaying ads that are not seen by anyone which produces incorrect viewability results. After coming back to the view where the auction was stopped, it can be resumed using `resumeAutoRefresh`.
```objc
- (void)viewDidDisappear:(BOOL)animated{
[super viewDidDisappear:(BOOL)animated];
Expand Down

0 comments on commit e37c2d2

Please sign in to comment.