getAdInfo(options: { placementName: string; }) => Promise<AATKitAdInfo>
After loading an ad, allows to access the loaded ad information by accessing the adInfo property of the fullscreen or rewarded video placement.
options
{ placementName: string; }
Returns: Promise<AATKitAdInfo>
Promise<AATKitAdInfo>
Last updated 1 year ago