AppNexus Custom Interstitial Auto Dismiss Delay

If you would like to auto-close an AppNexus interstitial ad after a specific timeout period:

let conf = AATConfiguration()
...
let appNexusOptions = AATAppNexusOptions(autoCloseTime: <AUTO_CLOSE_TIME>, supportNativeBanner: <SUPPORT_NATIVE_BANNER>)
conf.adNetworksOptions = AATAdNetworksOptions(appNexusOptions: appNexusOptions)
...
AATSDK.initAATKit(with: conf)

Last updated