# ADInterstitialAd

> Creates an interstitial ad.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.iOS](/engine/6000.7/script-reference/unityengine/ios.md)
* **Assembly:** UnityEngine.CoreModule

## ADInterstitialAd(bool)

Creates an interstitial ad.

> **Warning:**
>
> **Removed.** iOS.ADInterstitialAd class is obsolete, Apple iAD service discontinued

```csharp
public ADInterstitialAd(bool autoReload)
```

### Parameters

**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)):&#x20;

## ADInterstitialAd()

Creates an interstitial ad.

> **Warning:**
>
> **Removed.** iOS.ADInterstitialAd class is obsolete, Apple iAD service discontinued

```csharp
public ADInterstitialAd()
```
