showPlacement(options: { placementName: string; }) => Promise<boolean>
Shows interstitial ad if ad is ready.
options
{ placementName: string; }
object containing placement name.
Returns: Promise<boolean>
Promise<boolean>
Last updated 2 years ago