InterstitialAd.Show Method

Definition

Shows an interstitial ad.

public:
 void Show();
void Show();
public void Show();
function show()
Public Sub Show ()

Remarks

Before you can call this method, the interstitial ad must be initialized and in the ready state (that is, the AdReady event must have been raised). For walkthroughs and code examples that demonstrate how show an interstitial ad, see Interstitial ads and Advertising samples on GitHub.

Applies to

See also