# ADBannerView.Type

> The type of the banner view.

## Definition

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

```csharp
public enum ADBannerView.Type
```

## Remarks

Please check availability of banner type with IsAvailable. Traditional banner is always available, though.

## Fields

| Value                                                                                         | Description                                      |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [Banner](/engine/6000.3/script-reference/unityengine/ios/adbannerview/type/banner.md)         | Traditional Banner (it takes full screen width). |
| [MediumRect](/engine/6000.3/script-reference/unityengine/ios/adbannerview/type/mediumrect.md) | Rect Banner (300x250).                           |
