GetAdInfo
Overview
After loading an ad, allows to access the loaded ad information by accessing the adInfo property of the fullscreen or rewarded video placement.
Syntax
GetAdInfo(placementName)
returns AATKitAdInfo – object containing the ad information
Examples
AATKitAdInfo adInfo = AATKitBinding.GetAdInfo(interstitialPlacement)
Last updated