showPlacement

showPlacement(...)

showPlacement(options: { placementName: string; }) => Promise<boolean>

Shows interstitial ad if ad is ready.

Param
Type
Description

options

{ placementName: string; }

object containing placement name.

Returns: Promise<boolean>

Last updated