getAdInfo
getAdInfo(...)
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.
Param
Type
options
{ placementName: string; }
Returns: Promise<AATKitAdInfo>
Last updated