Banner Cache
Integrate banner cache
Create placement
Create BannerCacheConfiguration
object and call BannerCache.create
method to create banner cache:
Consume Banners
Next banner is consumed automatically when adding AATKitCachedBanner
widget with passed BannerCache
object as a parameter:
Destroy old banner
Banner is destroyed automatically when AATKitBanner
widget is no longer attached to the UI.
Destroy no longer needed BannerCache
For proper memory management, BannerCache
needs to be destroyed when is no longer needed. The destroy
method destroys the BannerCache
:
Last updated