Wiki

Clone wiki

AATKit iOS / AATKit2 / old interface

Old Interface

This legacy interface only supports a single banner ad and a single full screen ad. This interface is deprecated and may not be supported in future versions of the AATKit.

Full Screen Ads

+ (void) preloadFullScreenAfter:(int) seconds;
+ (void) preloadFullScreenFirstAfter:(int) seconds;
+ (bool) displayFullScreen;
+ (bool) displayFullScreenFirst;

Banner Ads

+ (UIView *) getBannerView;
+ (void) setBannerPos:(CGPoint) pos;
+ (void) setBannerAlign:(enum AATKitBannerAlign) n;
+ (bool) displayBanner;
+ (bool) hideBanner;

Updated