ADBannerView
ADBannerView is a wrapper around the ADBannerView class found in the Apple iAd framework and is only available on iOS.
Read time 1 minuteLast updated 12 days ago
Definition
Warning
Removed. iOS.ADBannerView class is obsolete, Apple iAD service discontinued
public sealed class ADBannerView
It provides a view that displays banner advertisements to the user.
iOS.ADBannerView class is obsolete. Apple iAD service discontinued.
Constructors
Properties
Property | Description |
|---|
| layout | Banner layout. |
| loaded | Checks if banner contents are loaded. |
| position | The position of the banner view. |
| size | The size of the banner view. |
| visible | Banner visibility. Initially banner is not visible. |
Static Methods
Method | Description |
|---|
| IsAvailable | Checks if the banner type is available (e.g. MediumRect is available only starting with ios6). |
Enums
Delegates