ADBannerView.Type
The type of the banner view.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.iOS
- Assembly: UnityEngine.CoreModule
public enum ADBannerView.Type
Remarks
Please check availability of banner type with IsAvailable. Traditional banner is always available, though.
Fields
Value | Description |
|---|---|
| Banner | Traditional Banner (it takes full screen width). |
| MediumRect | Rect Banner (300x250). |