Wiki

Clone wiki

AATKit iOS / AATKit2 / reloadPlacement_force

+ (bool) reloadPlacement:(id) placement forceLoad:(bool) yesOrNo

####This method is available for banner placements. This method allows for manually reloading a placement for new banner ad material. Calling this method by specifying non - banner placement, is equal to calling the reloadPlacement method on the particular non - banner placement. Calling this method has to be done by specifying the forceLoad parameter.

Settings the parameter to NO results in requesting a new ad material, immediately after the first invocation, or if the predefined reload interval has passed. This interval by default is 30 seconds. It can also be changed on the AddApptr dashboard.

Settings the forceLoad argument to YES, forces requesting a new banner ad material. When used, you have to conform to the minimum banner impression time of 30 seconds.

This method has been added to the AATKit interface in order to conform to the Android SDK interface.

back to: Header documentation

Updated