diff --git a/objective-c_documentation/banner.md b/objective-c_documentation/banner.md index 9553002..d46526e 100644 --- a/objective-c_documentation/banner.md +++ b/objective-c_documentation/banner.md @@ -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];