Wiki

Clone wiki

AATKit iOS / AATKit2 / AATKitPauseForAd

- (void) AATKitPauseForAd;

The callback method is called when a banner is expanded, the app is left or a fullscreen placement is displayed.

This callback shall indicate to the developer that the app can be paused, e.g. if the user plays a game. This is done, in order to avoid that the app continues execution if the user cannot interact with the app itself anymore, because an ad is presented.

warning: This callback is currently not reliable, due to inconsistent of callbacks of ad network SDKs.

This callback belongs to the callback pair:

- (void) AATKitPauseForAd;
- (void) AATKitResumeAfterAd;


back to: Header documentation

Updated