ShowPlacement

Overview

Shows interstitial ad if ad is ready.

Syntax

ShowPlacement(placementName)

placementName (REQUIRED)

string Unique name of placement. The same name will be used in addapptr.com account.

returns bool – True if showing interstitial was successful, false otherwise.

Examples

bool success = ShowPlacement("FullscreenPlacement");

Last updated